MockableOperationalInsightsSubscriptionResource.GetDeletedWorkspaces Method

Definition

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

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to