Compartilhar via


ApplicationsOperationsExtensions.GetAsync Método

Definição

Obtém as propriedades do aplicativo especificado.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Models.Application> GetAsync (this Microsoft.Azure.Management.HDInsight.IApplicationsOperations operations, string resourceGroupName, string clusterName, string applicationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.HDInsight.IApplicationsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Models.Application>
<Extension()>
Public Function GetAsync (operations As IApplicationsOperations, resourceGroupName As String, clusterName As String, applicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Application)

Parâmetros

operations
IApplicationsOperations

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

resourceGroupName
String

O nome do grupo de recursos.

clusterName
String

O nome do cluster.

applicationName
String

O valor constante do nome do aplicativo.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a