SnapshotsOperationsExtensions.BeginCreateOrUpdate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スナップショットを作成または更新します。
public static Microsoft.Azure.Management.Compute.Models.Snapshot BeginCreateOrUpdate (this Microsoft.Azure.Management.Compute.ISnapshotsOperations operations, string resourceGroupName, string snapshotName, Microsoft.Azure.Management.Compute.Models.Snapshot snapshot);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Compute.ISnapshotsOperations * string * string * Microsoft.Azure.Management.Compute.Models.Snapshot -> Microsoft.Azure.Management.Compute.Models.Snapshot
<Extension()>
Public Function BeginCreateOrUpdate (operations As ISnapshotsOperations, resourceGroupName As String, snapshotName As String, snapshot As Snapshot) As Snapshot
パラメーター
- operations
- ISnapshotsOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソース グループの名前。
- snapshotName
- String
作成されるスナップショットの名前。 スナップショットの作成後に名前を変更することはできません。 名前でサポートされている文字は、a-z、A-Z、0-9、_ および です。 名前の最大長は 80 文字です。
- snapshot
- Snapshot
Put disk 操作の本文で指定されたスナップショット オブジェクト。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET