Freigeben über


ComputeExtensions.GetRestorePointGroups Methode

Definition

Überlädt

GetRestorePointGroups(ResourceGroupResource)

Ruft eine Auflistung von RestorePointGroupResources in ResourceGroupResource ab.

GetRestorePointGroups(SubscriptionResource, CancellationToken)

Ruft die Liste der Wiederherstellungspunktsammlungen im Abonnement ab. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite der Wiederherstellungspunktsammlungen abzurufen. Führen Sie dies aus, bis nextLink nicht NULL ist, um alle Wiederherstellungspunktsammlungen abzurufen.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/restorePointCollections
  • Vorgang IdRestorePointCollections_ListAll

GetRestorePointGroups(ResourceGroupResource)

Ruft eine Auflistung von RestorePointGroupResources in ResourceGroupResource ab.

public static Azure.ResourceManager.Compute.RestorePointGroupCollection GetRestorePointGroups (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetRestorePointGroups : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Compute.RestorePointGroupCollection
<Extension()>
Public Function GetRestorePointGroups (resourceGroupResource As ResourceGroupResource) As RestorePointGroupCollection

Parameter

resourceGroupResource
ResourceGroupResource

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

Gibt zurück

Ein Objekt, das die Auflistung von RestorePointGroupResources und deren Vorgänge über eine RestorePointGroupResource darstellt.

Gilt für:

GetRestorePointGroups(SubscriptionResource, CancellationToken)

Ruft die Liste der Wiederherstellungspunktsammlungen im Abonnement ab. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite der Wiederherstellungspunktsammlungen abzurufen. Führen Sie dies aus, bis nextLink nicht NULL ist, um alle Wiederherstellungspunktsammlungen abzurufen.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/restorePointCollections
  • Vorgang IdRestorePointCollections_ListAll
public static Azure.Pageable<Azure.ResourceManager.Compute.RestorePointGroupResource> GetRestorePointGroups (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetRestorePointGroups : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.RestorePointGroupResource>
<Extension()>
Public Function GetRestorePointGroups (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RestorePointGroupResource)

Parameter

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der RestorePointGroupResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: