次の方法で共有


VirtualMachineScaleSetVMRunCommandsOperationsExtensions.BeginCreateOrUpdate メソッド

定義

VMSS VM の実行コマンドを作成または更新する操作。

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

パラメーター

operations
IVirtualMachineScaleSetVMRunCommandsOperations

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

resourceGroupName
String

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

vmScaleSetName
String

VM スケール セットの名前。

instanceId
String

仮想マシンのインスタンス ID。

runCommandName
String

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

runCommand
VirtualMachineRunCommand

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

戻り値

適用対象