subscription_deployment_locations
Creates, updates, deletes, gets or lists a subscription_deployment_locations
resource.
Overview
Name | subscription_deployment_locations |
Type | Resource |
Id | azure.app_service.subscription_deployment_locations |
Fields
Name | Datatype | Description |
---|---|---|
hostingEnvironmentDeploymentInfos | array | Available App Service Environments with basic information. |
hostingEnvironments | array | Available App Service Environments with full descriptions of the environments. |
locations | array | Available regions. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | subscriptionId | Description for Gets list of available geo regions plus ministamps |
SELECT
examples
Description for Gets list of available geo regions plus ministamps
SELECT
hostingEnvironmentDeploymentInfos,
hostingEnvironments,
locations
FROM azure.app_service.subscription_deployment_locations
WHERE subscriptionId = '{{ subscriptionId }}';