次の方法で共有


CommunityGalleryImagesOperationsExtensions.List メソッド

定義

ギャラリー内のコミュニティ ギャラリーイメージを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CommunityGalleryImage> List (this Microsoft.Azure.Management.Compute.ICommunityGalleryImagesOperations operations, string location, string publicGalleryName);
static member List : Microsoft.Azure.Management.Compute.ICommunityGalleryImagesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CommunityGalleryImage>
<Extension()>
Public Function List (operations As ICommunityGalleryImagesOperations, location As String, publicGalleryName As String) As IPage(Of CommunityGalleryImage)

パラメーター

operations
ICommunityGalleryImagesOperations

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

location
String

リソースの場所。

publicGalleryName
String

コミュニティ ギャラリーのパブリック名。

戻り値

適用対象