Compartilhar via


ScriptActionsOperationsExtensions.DeleteAsync Método

Definição

Exclui uma ação de script persistente especificada do cluster.

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

Parâmetros

operations
IScriptActionsOperations

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.

scriptName
String

O nome do script.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a