GalleryApplicationsOperationsExtensions.GetAsync 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.
Recupera informações sobre uma definição de aplicativo da galeria.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationInner> GetAsync (this Microsoft.Azure.Management.Compute.Fluent.IGalleryApplicationsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.Fluent.IGalleryApplicationsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationInner>
<Extension()>
Public Function GetAsync (operations As IGalleryApplicationsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GalleryApplicationInner)
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 recuperadas.
- galleryApplicationName
- String
O nome da definição de aplicativo da galeria a ser recuperada.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET