Skip to main content

sap_availability_zone_details

Creates, updates, deletes, gets or lists a sap_availability_zone_details resource.

Overview

Namesap_availability_zone_details
TypeResource
Idazure_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:

NameAccessible byRequired ParamsOptional ParamsDescription
sap_availability_zone_detailsexeclocation, subscription_id, appLocation, sapProduct, databaseTypeGet 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.

NameDatatypeDescription
locationstringThe name of Azure region. Required.
subscription_idstring

Lifecycle Methods

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 }}"
}'
;