次の方法で共有


IGalleryImages.GetByGallery(String, String, String) メソッド

定義

ギャラリー内のイメージに関する情報を取得します。

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

パラメーター

resourceGroupName
String

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

galleryName
String

ギャラリーの名前。

galleryImageName
String

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

戻り値

適用対象