次の方法で共有


ScriptExecutionsOperationsExtensions.BeginDelete メソッド

定義

プライベート クラウドで ScriptExecution を取り消す

public static void BeginDelete (this Microsoft.Azure.Management.Avs.IScriptExecutionsOperations operations, string resourceGroupName, string privateCloudName, string scriptExecutionName);
static member BeginDelete : Microsoft.Azure.Management.Avs.IScriptExecutionsOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IScriptExecutionsOperations, resourceGroupName As String, privateCloudName As String, scriptExecutionName As String)

パラメーター

operations
IScriptExecutionsOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

privateCloudName
String

プライベート クラウドの名前

scriptExecutionName
String

ユーザーが呼び出したスクリプト実行リソースの名前

適用対象