Skip to main content

deleted_workbooks

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

Overview

Namedeleted_workbooks
TypeResource
Idazure.application_insights.deleted_workbooks

Fields

NameDatatypeDescription
etagstringResource etag
kindstringThe kind of workbook. Only valid value is shared.
propertiesobjectProperties that contain a workbook.
systemDataobjectMetadata pertaining to creation and last modification of the resource.

Methods

NameAccessible byRequired ParamsDescription
list_by_subscriptionSELECTsubscriptionIdGet 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 }}';