次の方法で共有


GalleryImageVersionsOperationsExtensions.ListByGalleryImageAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionInner>> ListByGalleryImageAsync(this Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersionsOperations operations, string resourceGroupName, string galleryName, string galleryImageName, System.Threading.CancellationToken cancellationToken = default);
static member ListByGalleryImageAsync : Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionInner>>
<Extension()>
Public Function ListByGalleryImageAsync (operations As IGalleryImageVersionsOperations, resourceGroupName As String, galleryName As String, galleryImageName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GalleryImageVersionInner))

パラメーター

operations
IGalleryImageVersionsOperations

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

resourceGroupName
String

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

galleryName
String

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

galleryImageName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象