ms_deploy_status
Creates, updates, deletes, gets or lists a ms_deploy_status
resource.
Overview
Name | ms_deploy_status |
Type | Resource |
Id | azure.app_service.ms_deploy_status |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id. |
name | string | Resource Name. |
kind | string | Kind of resource. |
properties | object | MSDeployStatus resource specific properties |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | name, resourceGroupName, subscriptionId | Description for Get the status of the last MSDeploy operation. |
SELECT
examples
Description for Get the status of the last MSDeploy operation.
SELECT
id,
name,
kind,
properties,
type
FROM azure.app_service.ms_deploy_status
WHERE name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';