Skip to main content

one_deploy_status

Creates, updates, deletes, gets or lists a one_deploy_status resource.

Overview

Nameone_deploy_status
TypeResource
Idazure.app_service.one_deploy_status

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTname, resourceGroupName, subscriptionIdDescription for Invoke onedeploy status API /api/deployments and gets the deployment status for the site

SELECT examples

Description for Invoke onedeploy status API /api/deployments and gets the deployment status for the site

SELECT

FROM azure.app_service.one_deploy_status
WHERE name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';