Compartilhar via


GalleryApplicationsOperationsExtensions.ListByGalleryAsync Método

Definição

Listar definições de aplicativo da galeria em uma galeria.

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

Parâmetros

operations
IGalleryApplicationsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

galleryName
String

O nome da Galeria de Aplicativos Compartilhados da qual as Definições de Aplicativo devem ser listadas.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a