次の方法で共有


GalleryImageVersionsOperationsExtensions.CreateOrUpdate メソッド

定義

ギャラリー イメージ バージョンを作成または更新します。

public static Microsoft.Azure.Management.Compute.Models.GalleryImageVersion CreateOrUpdate (this Microsoft.Azure.Management.Compute.IGalleryImageVersionsOperations operations, string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, Microsoft.Azure.Management.Compute.Models.GalleryImageVersion galleryImageVersion);
static member CreateOrUpdate : Microsoft.Azure.Management.Compute.IGalleryImageVersionsOperations * string * string * string * string * Microsoft.Azure.Management.Compute.Models.GalleryImageVersion -> Microsoft.Azure.Management.Compute.Models.GalleryImageVersion
<Extension()>
Public Function CreateOrUpdate (operations As IGalleryImageVersionsOperations, resourceGroupName As String, galleryName As String, galleryImageName As String, galleryImageVersionName As String, galleryImageVersion As GalleryImageVersion) As GalleryImageVersion

パラメーター

operations
IGalleryImageVersionsOperations

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

resourceGroupName
String

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

galleryName
String

イメージ定義が存在するShared Image Galleryの名前。

galleryImageName
String

イメージ バージョンを作成するギャラリー イメージ定義の名前。

galleryImageVersionName
String

作成するギャラリー イメージ バージョンの名前。 セマンティック バージョン名パターンに従う必要があります。使用できる文字は数字とピリオドです。 数字は、32 ビット整数の範囲内である必要があります。 形式: <MajorVersion>。<MinorVersion>。<パッチ>

galleryImageVersion
GalleryImageVersion

ギャラリー イメージの作成または更新のバージョン操作に指定されたパラメーター。

戻り値

適用対象