次の方法で共有


VirtualMachineRunCommandsOperationsExtensions.BeginCreateOrUpdate メソッド

定義

run コマンドを作成または更新する操作。

public static Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand BeginCreateOrUpdate (this Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations operations, string resourceGroupName, string vmName, string runCommandName, Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand runCommand);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand -> Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand
<Extension()>
Public Function BeginCreateOrUpdate (operations As IVirtualMachineRunCommandsOperations, resourceGroupName As String, vmName As String, runCommandName As String, runCommand As VirtualMachineRunCommand) As VirtualMachineRunCommand

パラメーター

operations
IVirtualMachineRunCommandsOperations

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

resourceGroupName
String

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

vmName
String

run コマンドを作成または更新する必要がある仮想マシンの名前。

runCommandName
String

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

runCommand
VirtualMachineRunCommand

仮想マシンの実行コマンドの作成操作に指定されたパラメーター。

戻り値

適用対象