Skip to main content

global_deleted_web_app_snapshots

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

Overview

Nameglobal_deleted_web_app_snapshots
TypeResource
Idazure.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

NameAccessible byRequired ParamsDescription
getSELECTdeletedSiteId, subscriptionIdDescription 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 }}';