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
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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | exec | deletedSiteId , subscriptionId | Description 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.
Name | Datatype | Description |
---|---|---|
deletedSiteId | string | The numeric ID of the deleted app, e.g. 12345 |
subscriptionId | string | Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). |
Lifecycle Methods
- get
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
;