次の方法で共有


VirtualMachineRunCommandsOperationsExtensions.CreateOrUpdate メソッド

定義

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

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

パラメーター

operations
IVirtualMachineRunCommandsOperations

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

resourceGroupName
String

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

vmName
String

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

runCommandName
String

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

runCommand
VirtualMachineRunCommand

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

戻り値

適用対象