Skip to main content

sap_supported_skus

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

Overview

Namesap_supported_skus
TypeResource
Idazure_isv.workloads.sap_supported_skus

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_supported_skuexeclocation, subscription_id, appLocation, environment, sapProduct, deploymentType, databaseTypeGet a list of SAP supported SKUs for ASCS, Application and Database tier.

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 a list of SAP supported SKUs for ASCS, Application and Database tier.

EXEC azure_isv.workloads.sap_supported_skus.sap_supported_sku 
@location='{{ location }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"appLocation": "{{ appLocation }}",
"environment": "{{ environment }}",
"sapProduct": "{{ sapProduct }}",
"deploymentType": "{{ deploymentType }}",
"databaseType": "{{ databaseType }}",
"highAvailabilityType": "{{ highAvailabilityType }}"
}'
;