次の方法で共有


IWithImage.WithExistingImage(String, String, String) メソッド

定義

このイメージ バージョンを保持するイメージ コンテナーを指定します。

public Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithLocation WithExistingImage (string resourceGroupName, string galleryName, string galleryImageName);
abstract member WithExistingImage : string * string * string -> Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithLocation
Public Function WithExistingImage (resourceGroupName As String, galleryName As String, galleryImageName As String) As IWithLocation

パラメーター

resourceGroupName
String

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

galleryName
String

ギャラリーの名前。

galleryImageName
String

ギャラリー イメージの名前。

戻り値

適用対象