次の方法で共有


VirtualMachinesOperationsExtensions.BeginRunCommand メソッド

定義

VM でコマンドを実行します。

public static Microsoft.Azure.Management.Compute.Models.RunCommandResult BeginRunCommand (this Microsoft.Azure.Management.Compute.IVirtualMachinesOperations operations, string resourceGroupName, string vmName, Microsoft.Azure.Management.Compute.Models.RunCommandInput parameters);
static member BeginRunCommand : Microsoft.Azure.Management.Compute.IVirtualMachinesOperations * string * string * Microsoft.Azure.Management.Compute.Models.RunCommandInput -> Microsoft.Azure.Management.Compute.Models.RunCommandResult
<Extension()>
Public Function BeginRunCommand (operations As IVirtualMachinesOperations, resourceGroupName As String, vmName As String, parameters As RunCommandInput) As RunCommandResult

パラメーター

operations
IVirtualMachinesOperations

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

resourceGroupName
String

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

vmName
String

仮想マシンの名前。

parameters
RunCommandInput

Run コマンド操作に指定されたパラメーター。

戻り値

適用対象