Freigeben über


RestorePointGroupCollection.GetAsync Methode

Definition

Der Vorgang zum Abrufen der Wiederherstellungspunktsammlung.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}
  • Vorgangs-IdRestorePointCollections_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.RestorePointGroupResource>> GetAsync (string restorePointGroupName, Azure.ResourceManager.Compute.Models.RestorePointGroupExpand? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * Nullable<Azure.ResourceManager.Compute.Models.RestorePointGroupExpand> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.RestorePointGroupResource>>
override this.GetAsync : string * Nullable<Azure.ResourceManager.Compute.Models.RestorePointGroupExpand> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.RestorePointGroupResource>>
Public Overridable Function GetAsync (restorePointGroupName As String, Optional expand As Nullable(Of RestorePointGroupExpand) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RestorePointGroupResource))

Parameter

restorePointGroupName
String

Der Name der Wiederherstellungspunktsammlung.

expand
Nullable<RestorePointGroupExpand>

Der expand-Ausdruck, der auf den Vorgang angewendet werden soll. Bei 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: