次の方法で共有


IWithGallery.WithExistingGallery メソッド

定義

オーバーロード

WithExistingGallery(IGallery)

このイメージが存在するギャラリーを指定します。

WithExistingGallery(String, String)

このイメージが存在するギャラリーを指定します。

WithExistingGallery(IGallery)

このイメージが存在するギャラリーを指定します。

public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithLocation WithExistingGallery (Microsoft.Azure.Management.Compute.Fluent.IGallery gallery);
abstract member WithExistingGallery : Microsoft.Azure.Management.Compute.Fluent.IGallery -> Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithLocation
Public Function WithExistingGallery (gallery As IGallery) As IWithLocation

パラメーター

gallery
IGallery

ギャラリー。

戻り値

適用対象

WithExistingGallery(String, String)

このイメージが存在するギャラリーを指定します。

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

パラメーター

resourceGroupName
String

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

galleryName
String

ギャラリーの名前。

戻り値

適用対象