Freigeben über


SnapshotsOperationsExtensions.BeginUpdate Methode

Definition

Updates (patches) ein Momentaufnahme.

public static Microsoft.Azure.Management.Compute.Models.Snapshot BeginUpdate (this Microsoft.Azure.Management.Compute.ISnapshotsOperations operations, string resourceGroupName, string snapshotName, Microsoft.Azure.Management.Compute.Models.SnapshotUpdate snapshot);
static member BeginUpdate : Microsoft.Azure.Management.Compute.ISnapshotsOperations * string * string * Microsoft.Azure.Management.Compute.Models.SnapshotUpdate -> Microsoft.Azure.Management.Compute.Models.Snapshot
<Extension()>
Public Function BeginUpdate (operations As ISnapshotsOperations, resourceGroupName As String, snapshotName As String, snapshot As SnapshotUpdate) As Snapshot

Parameter

operations
ISnapshotsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

snapshotName
String

Der Name der Momentaufnahme, die 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 Länge des Namens beträgt 80 Zeichen.

snapshot
SnapshotUpdate

Momentaufnahmeobjekt, das im Text des Vorgangs Patch Momentaufnahme bereitgestellt wird.

Gibt zurück

Gilt für: