Freigeben über


OperationalInsightsExtensions.GetDeletedWorkspaces Methode

Definition

Überlädt

GetDeletedWorkspaces(ResourceGroupResource, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/deletedWorkspaces
  • Vorgangs-IdDeletedWorkspaces_ListByResourceGroup
GetDeletedWorkspaces(SubscriptionResource, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.OperationalInsights/deletedWorkspaces
  • Vorgangs-IdDeletedWorkspaces_List

GetDeletedWorkspaces(ResourceGroupResource, CancellationToken)

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

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

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von OperationalInsightsWorkspaceResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für:

GetDeletedWorkspaces(SubscriptionResource, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.OperationalInsights/deletedWorkspaces
  • Vorgangs-IdDeletedWorkspaces_List
public static Azure.Pageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceResource> GetDeletedWorkspaces (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetDeletedWorkspaces : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceResource>
<Extension()>
Public Function GetDeletedWorkspaces (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of OperationalInsightsWorkspaceResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von OperationalInsightsWorkspaceResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: