Compartir a través de


GalleryApplicationsOperationsExtensions.ListByGalleryAsync Método

Definición

Enumera las definiciones de aplicación de la galería en una galería.

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))

Parámetros

operations
IGalleryApplicationsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

galleryName
String

Nombre de la Galería de aplicaciones compartidas desde la que se mostrarán las definiciones de aplicación.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a