GalleryApplicationVersionsOperationsExtensions.ListByGalleryApplicationAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Listar versões de aplicativo da galeria em uma definição de aplicativo da galeria.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationVersionInner>> ListByGalleryApplicationAsync (this Microsoft.Azure.Management.Compute.Fluent.IGalleryApplicationVersionsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, System.Threading.CancellationToken cancellationToken = default);
static member ListByGalleryApplicationAsync : Microsoft.Azure.Management.Compute.Fluent.IGalleryApplicationVersionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationVersionInner>>
<Extension()>
Public Function ListByGalleryApplicationAsync (operations As IGalleryApplicationVersionsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GalleryApplicationVersionInner))
Parâmetros
- operations
- IGalleryApplicationVersionsOperations
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 na qual reside a Definição de Aplicativo.
- galleryApplicationName
- String
O nome da Definição de Aplicativo da Galeria de Aplicativos Compartilhados da qual as Versões do Aplicativo devem ser listadas.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET