Skip to main content

deleted_workspaces

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

Overview

Namedeleted_workspaces
TypeResource
Idazure.log_analytics.deleted_workspaces

Fields

NameDatatypeDescription
etagstringThe etag of the workspace.
identityobjectIdentity for the resource.
locationstringThe geo-location where the resource lives
propertiesobjectWorkspace properties.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdGets recently deleted workspaces in a subscription, available for recovery.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdGets recently deleted workspaces in a resource group, available for recovery.

SELECT examples

Gets recently deleted workspaces in a subscription, available for recovery.

SELECT
etag,
identity,
location,
properties,
systemData,
tags
FROM azure.log_analytics.deleted_workspaces
WHERE subscriptionId = '{{ subscriptionId }}';