次の方法で共有


VirtualMachineRunCommandsOperationsExtensions.BeginDelete メソッド

定義

run コマンドを削除する操作。

public static void BeginDelete (this Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations operations, string resourceGroupName, string vmName, string runCommandName);
static member BeginDelete : Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IVirtualMachineRunCommandsOperations, resourceGroupName As String, vmName As String, runCommandName As String)

パラメーター

operations
IVirtualMachineRunCommandsOperations

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

resourceGroupName
String

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

vmName
String

実行コマンドを削除する仮想マシンの名前。

runCommandName
String

仮想マシンの実行コマンドの名前。

適用対象