Freigeben über


SnapshotsOperationsExtensions.GetAsync Methode

Definition

Ruft Informationen zu einem Momentaufnahme ab.

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

Parameter

operations
ISnapshotsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

snapshotName
String

Der Name des Momentaufnahme, der erstellt wird. Der Name kann nicht geändert werden, nachdem die Momentaufnahme erstellt wurde. Unterstützte Zeichen für den Namen sind a-z, A-Z, 0-9, _ und -. Die maximale Namenslänge beträgt 80 Zeichen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: