次の方法で共有


CommunityGalleryImageVersionsOperationsExtensions.List メソッド

定義

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

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

パラメーター

operations
ICommunityGalleryImageVersionsOperations

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

location
String

リソースの場所。

publicGalleryName
String

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

galleryImageName
String

コミュニティ ギャラリーイメージ定義の名前。

戻り値

適用対象