Freigeben über


OperationalInsightsExtensions.GetDeletedWorkspacesAsync Methode

Definition

Überlädt

GetDeletedWorkspacesAsync(ResourceGroupResource, CancellationToken)

Ruft kürzlich gelöschte Arbeitsbereiche in einer Ressourcengruppe ab, die für die Wiederherstellung verfügbar sind.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/deletedWorkspaces
  • Vorgang IdDeletedWorkspaces_ListByResourceGroup
GetDeletedWorkspacesAsync(SubscriptionResource, CancellationToken)

Ruft kürzlich gelöschte Arbeitsbereiche in einem Abonnement ab, die für die Wiederherstellung verfügbar sind.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/deletedWorkspaces
  • Vorgang IdDeletedWorkspaces_List

GetDeletedWorkspacesAsync(ResourceGroupResource, CancellationToken)

Ruft kürzlich gelöschte Arbeitsbereiche in einer Ressourcengruppe ab, die für die Wiederherstellung verfügbar sind.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/deletedWorkspaces
  • Vorgang IdDeletedWorkspaces_ListByResourceGroup
public static Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceResource> GetDeletedWorkspacesAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, System.Threading.CancellationToken cancellationToken = default);
static member GetDeletedWorkspacesAsync : Azure.ResourceManager.Resources.ResourceGroupResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceResource>
<Extension()>
Public Function GetDeletedWorkspacesAsync (resourceGroupResource As ResourceGroupResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OperationalInsightsWorkspaceResource)

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der OperationalInsightsWorkspaceResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für:

GetDeletedWorkspacesAsync(SubscriptionResource, CancellationToken)

Ruft kürzlich gelöschte Arbeitsbereiche in einem Abonnement ab, die für die Wiederherstellung verfügbar sind.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/deletedWorkspaces
  • Vorgang IdDeletedWorkspaces_List
public static Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceResource> GetDeletedWorkspacesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetDeletedWorkspacesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceResource>
<Extension()>
Public Function GetDeletedWorkspacesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OperationalInsightsWorkspaceResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der OperationalInsightsWorkspaceResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: