次の方法で共有


GalleryApplicationsOperationsExtensions.ListByGalleryAsync メソッド

定義

ギャラリー内のギャラリーアプリケーション定義を一覧表示します。

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

パラメーター

operations
IGalleryApplicationsOperations

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

resourceGroupName
String

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

galleryName
String

アプリケーション定義の一覧表示元となる共有アプリケーション ギャラリーの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象