sap_sizing_recommendations
Creates, updates, deletes, gets or lists a sap_sizing_recommendations resource.
Overview
| Name | sap_sizing_recommendations |
| Type | Resource |
| Id | azure_isv.workloads.sap_sizing_recommendations |
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_sizing_recommendations | exec | location, subscription_id, appLocation, environment, sapProduct, deploymentType, saps, dbMemory, databaseType | Get SAP sizing recommendations by providing input SAPS for application tier and memory required for 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_sizing_recommendations
Get SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier.
EXEC azure_isv.workloads.sap_sizing_recommendations.sap_sizing_recommendations
@location='{{ location }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"appLocation": "{{ appLocation }}",
"environment": "{{ environment }}",
"sapProduct": "{{ sapProduct }}",
"deploymentType": "{{ deploymentType }}",
"saps": {{ saps }},
"dbMemory": {{ dbMemory }},
"databaseType": "{{ databaseType }}",
"dbScaleMethod": "{{ dbScaleMethod }}",
"highAvailabilityType": "{{ highAvailabilityType }}"
}'
;