deleted_workbooks
Creates, updates, deletes, gets or lists a deleted_workbooks
resource.
Overview
Name | deleted_workbooks |
Type | Resource |
Id | azure.application_insights.deleted_workbooks |
Fields
Name | Datatype | Description |
---|---|---|
etag | string | Resource etag |
kind | string | The kind of workbook. Only valid value is shared. |
properties | object | Properties that contain a workbook. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_by_subscription | SELECT | subscriptionId | Get all recently deleted Workbooks in a specified subscription. |
SELECT
examples
Get all recently deleted Workbooks in a specified subscription.
SELECT
etag,
kind,
properties,
systemData
FROM azure.application_insights.deleted_workbooks
WHERE subscriptionId = '{{ subscriptionId }}';