global_deleted_web_app_snapshots
Creates, updates, deletes, gets or lists a global_deleted_web_app_snapshots
resource.
Overview
Name | global_deleted_web_app_snapshots |
Type | Resource |
Id | azure.app_service.global_deleted_web_app_snapshots |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | deletedSiteId, subscriptionId | Description for Get all deleted apps for a subscription. |
SELECT
examples
Description for Get all deleted apps for a subscription.
SELECT
FROM azure.app_service.global_deleted_web_app_snapshots
WHERE deletedSiteId = '{{ deletedSiteId }}'
AND subscriptionId = '{{ subscriptionId }}';