Freigeben über


SnapshotsOperationsExtensions.UpdateAsync Methode

Definition

Updates (Patches) eine Momentaufnahme.

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

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.

snapshot
SnapshotUpdate

Momentaufnahmeobjekt, das im Textkörper des Patch-Momentaufnahme-Vorgangs angegeben wird.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: