Freigeben über


RestorePointCollectionsOperationsExtensions.GetAsync Methode

Definition

Der Vorgang zum Abrufen der Wiederherstellungspunktsammlung.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.RestorePointCollection> GetAsync (this Microsoft.Azure.Management.Compute.IRestorePointCollectionsOperations operations, string resourceGroupName, string restorePointCollectionName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.IRestorePointCollectionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.RestorePointCollection>
<Extension()>
Public Function GetAsync (operations As IRestorePointCollectionsOperations, resourceGroupName As String, restorePointCollectionName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RestorePointCollection)

Parameter

operations
IRestorePointCollectionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

restorePointCollectionName
String

Der Name der Wiederherstellungspunktsammlung.

expand
String

Der expand-Ausdruck, der auf den Vorgang angewendet werden soll. Bei expand=restorePoints gibt der Server alle enthaltenen Wiederherstellungspunkte in der restorePointCollection zurück. Mögliche Werte: "restorePoints"

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: