deleted_workspaces
Creates, updates, deletes, gets or lists a deleted_workspaces
resource.
Overview
Name | deleted_workspaces |
Type | Resource |
Id | azure.log_analytics.deleted_workspaces |
Fields
Name | Datatype | Description |
---|---|---|
etag | string | The etag of the workspace. |
identity | object | Identity for the resource. |
location | string | The geo-location where the resource lives |
properties | object | Workspace properties. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
tags | object | Resource tags. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Gets recently deleted workspaces in a subscription, available for recovery. |
list_by_resource_group | SELECT | resourceGroupName, subscriptionId | Gets 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 }}';