Partilhar via


ApplicationsOperationsExtensions.BeginDeleteAsync Método

Definição

Exclui o aplicativo especificado no cluster HDInsight.

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

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