sap_disk_configurations
Creates, updates, deletes, gets or lists a sap_disk_configurations resource.
Overview
| Name | sap_disk_configurations |
| Type | Resource |
| Id | azure_isv.workloads.sap_disk_configurations |
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_disk_configurations | exec | location, subscription_id, appLocation, environment, sapProduct, databaseType, deploymentType, dbVmSku | Get the SAP Disk Configuration Layout prod/non-prod SAP System. |
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_disk_configurations
Get the SAP Disk Configuration Layout prod/non-prod SAP System.
EXEC azure_isv.workloads.sap_disk_configurations.sap_disk_configurations
@location='{{ location }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"appLocation": "{{ appLocation }}",
"environment": "{{ environment }}",
"sapProduct": "{{ sapProduct }}",
"databaseType": "{{ databaseType }}",
"deploymentType": "{{ deploymentType }}",
"dbVmSku": "{{ dbVmSku }}"
}'
;