GalleryImageVersionsOperationsExtensions.BeginUpdateAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ギャラリー イメージのバージョンを更新します。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryImageVersion> BeginUpdateAsync (this Microsoft.Azure.Management.Compute.IGalleryImageVersionsOperations operations, string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, Microsoft.Azure.Management.Compute.Models.GalleryImageVersionUpdate galleryImageVersion, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.Compute.IGalleryImageVersionsOperations * string * string * string * string * Microsoft.Azure.Management.Compute.Models.GalleryImageVersionUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryImageVersion>
<Extension()>
Public Function BeginUpdateAsync (operations As IGalleryImageVersionsOperations, resourceGroupName As String, galleryName As String, galleryImageName As String, galleryImageVersionName As String, galleryImageVersion As GalleryImageVersionUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GalleryImageVersion)
パラメーター
- operations
- IGalleryImageVersionsOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソース グループの名前。
- galleryName
- String
イメージ定義が存在するShared Image Galleryの名前。
- galleryImageName
- String
イメージ バージョンを更新するギャラリー イメージ定義の名前。
- galleryImageVersionName
- String
更新するギャラリー イメージ バージョンの名前。 セマンティック バージョン名パターンに従う必要があります。使用できる文字は数字とピリオドです。 数字は、32 ビット整数の範囲内である必要があります。 形式: <MajorVersion>。<MinorVersion>。<パッチ>
- galleryImageVersion
- GalleryImageVersionUpdate
ギャラリー イメージの更新バージョン操作に指定されたパラメーター。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET