Freigeben über


ComputeExtensions.GetRestorePointGroup Methode

Definition

Der Vorgang zum Abrufen der Wiederherstellungspunktsammlung.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}
  • Vorgang IdRestorePointCollections_Get
public static Azure.Response<Azure.ResourceManager.Compute.RestorePointGroupResource> GetRestorePointGroup (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string restorePointGroupName, Azure.ResourceManager.Compute.Models.RestorePointGroupExpand? expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetRestorePointGroup : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable<Azure.ResourceManager.Compute.Models.RestorePointGroupExpand> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.RestorePointGroupResource>
<Extension()>
Public Function GetRestorePointGroup (resourceGroupResource As ResourceGroupResource, restorePointGroupName As String, Optional expand As Nullable(Of RestorePointGroupExpand) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RestorePointGroupResource)

Parameter

resourceGroupResource
ResourceGroupResource

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

restorePointGroupName
String

Der Name der Wiederherstellungspunktsammlung.

expand
Nullable<RestorePointGroupExpand>

Der expand-Ausdruck, der auf den Vorgang angewendet werden soll. Wenn expand=restorePoints, gibt der Server alle enthaltenen Wiederherstellungspunkte in der restorePointCollection zurück.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

restorePointGroupName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

restorePointGroupName ist NULL.

Gilt für: