次の方法で共有


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

定義

ギャラリーの下に画像を一覧表示します。

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Compute.Fluent.IGalleryImage> ListByGallery (string resourceGroupName, string galleryName);
abstract member ListByGallery : string * string -> seq<Microsoft.Azure.Management.Compute.Fluent.IGalleryImage>
Public Function ListByGallery (resourceGroupName As String, galleryName As String) As IEnumerable(Of IGalleryImage)

パラメーター

resourceGroupName
String

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

galleryName
String

ギャラリーの名前。

戻り値

適用対象