sap_supported_skus
Creates, updates, deletes, gets or lists a sap_supported_skus resource.
Overview
| Name | sap_supported_skus |
| Type | Resource |
| Id | azure_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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
sap_supported_sku | exec | location, subscription_id, appLocation, environment, sapProduct, deploymentType, databaseType | Get 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.
| Name | Datatype | Description |
|---|---|---|
location | string | The name of Azure region. Required. |
subscription_id | string |
Lifecycle Methods
- sap_supported_sku
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 }}"
}'
;