次の方法で共有


SnapshotsOperationsExtensions.Update メソッド

定義

スナップショットを更新 (パッチ) します。

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

パラメーター

operations
ISnapshotsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

snapshotName
String

作成されるスナップショットの名前。 スナップショットの作成後に名前を変更することはできません。 名前でサポートされている文字は、a-z、A-Z、0-9、_ および -です。 名前の最大長は 80 文字です。

snapshot
SnapshotUpdate

Patch スナップショット 操作の本文で指定されたスナップショット オブジェクト。

戻り値

適用対象