Bagikan melalui


MockableOperationalInsightsResourceGroupResource.GetDeletedWorkspacesAsync Method

Definition

Gets recently deleted workspaces in a resource group, available for recovery.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/deletedWorkspaces
  • Operation Id: DeletedWorkspaces_ListByResourceGroup
  • Default Api Version: 2022-10-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceResource> GetDeletedWorkspacesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeletedWorkspacesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceResource>
override this.GetDeletedWorkspacesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceResource>
Public Overridable Function GetDeletedWorkspacesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OperationalInsightsWorkspaceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of OperationalInsightsWorkspaceResource that may take multiple service requests to iterate over.

Applies to