次の方法で共有


GalleryImageVersionsOperationsExtensions.UpdateAsync メソッド

定義

ギャラリー イメージのバージョンを更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryImageVersion> UpdateAsync (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 UpdateAsync : 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 UpdateAsync (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

キャンセル トークン。

戻り値

適用対象