次の方法で共有


GalleryImageVersionsOperationsExtensions.ListByGalleryImage メソッド

定義

ギャラリー イメージ定義でギャラリー イメージのバージョンを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.GalleryImageVersion> ListByGalleryImage (this Microsoft.Azure.Management.Compute.IGalleryImageVersionsOperations operations, string resourceGroupName, string galleryName, string galleryImageName);
static member ListByGalleryImage : Microsoft.Azure.Management.Compute.IGalleryImageVersionsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.GalleryImageVersion>
<Extension()>
Public Function ListByGalleryImage (operations As IGalleryImageVersionsOperations, resourceGroupName As String, galleryName As String, galleryImageName As String) As IPage(Of GalleryImageVersion)

パラメーター

operations
IGalleryImageVersionsOperations

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

resourceGroupName
String

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

galleryName
String

イメージ定義が存在するShared Image Galleryの名前。

galleryImageName
String

イメージ バージョンが一覧表示されるShared Image Galleryイメージ定義の名前。

戻り値

適用対象