Freigeben über


ComputeExtensions.GetRestorePointGroupsAsync Methode

Definition

Ruft die Liste der Wiederherstellungspunktsammlungen im Abonnement ab. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite der Wiederherstellungspunktsammlungen abzurufen. Gehen Sie so vor, bis nextLink nicht NULL ist, um alle Wiederherstellungspunktsammlungen abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/restorePointCollections
  • Vorgangs-IdRestorePointCollections_ListAll
public static Azure.AsyncPageable<Azure.ResourceManager.Compute.RestorePointGroupResource> GetRestorePointGroupsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetRestorePointGroupsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.RestorePointGroupResource>
<Extension()>
Public Function GetRestorePointGroupsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RestorePointGroupResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von RestorePointGroupResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: