次の方法で共有


ScriptActionsOperationsExtensions.Delete メソッド

定義

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

public static void Delete (this Microsoft.Azure.Management.HDInsight.IScriptActionsOperations operations, string resourceGroupName, string clusterName, string scriptName);
static member Delete : Microsoft.Azure.Management.HDInsight.IScriptActionsOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IScriptActionsOperations, resourceGroupName As String, clusterName As String, scriptName As String)

パラメーター

operations
IScriptActionsOperations

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

resourceGroupName
String

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

clusterName
String

クラスターの名前です。

scriptName
String

スクリプトの名前。

適用対象