次の方法で共有


ScriptActionsOperationsExtensions.DeleteAsync メソッド

定義

クラスターの指定した永続化されたスクリプト アクションを削除します。

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

パラメーター

operations
IScriptActionsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

clusterName
String

クラスターの名前です。

scriptName
String

スクリプトの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象