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

The following fields are returned by SELECT queries:

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

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getexecdeletedSiteId, subscriptionIdDescription for Get all deleted apps for a subscription.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
deletedSiteIdstringThe numeric ID of the deleted app, e.g. 12345
subscriptionIdstringYour Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).

Lifecycle Methods

Description for Get all deleted apps for a subscription.

EXEC azure.app_service.global_deleted_web_app_snapshots.get 
@deletedSiteId='{{ deletedSiteId }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;