sap_availability_zone_details
Creates, updates, deletes, gets or lists a sap_availability_zone_details resource.
Overview
| Name | sap_availability_zone_details |
| Type | Resource |
| Id | azure_isv.workloads.sap_availability_zone_details |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
sap_availability_zone_details | exec | location, subscription_id, appLocation, sapProduct, databaseType | Get the recommended SAP Availability Zone Pair Details for your region. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
location | string | The name of Azure region. Required. |
subscription_id | string |
Lifecycle Methods
- sap_availability_zone_details
Get the recommended SAP Availability Zone Pair Details for your region.
EXEC azure_isv.workloads.sap_availability_zone_details.sap_availability_zone_details
@location='{{ location }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"appLocation": "{{ appLocation }}",
"sapProduct": "{{ sapProduct }}",
"databaseType": "{{ databaseType }}"
}'
;