次の方法で共有


VirtualMachineRunCommandsOperationsExtensions.BeginUpdate メソッド

定義

run コマンドを更新する操作。

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

パラメーター

operations
IVirtualMachineRunCommandsOperations

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

resourceGroupName
String

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

vmName
String

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

runCommandName
String

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

runCommand
VirtualMachineRunCommandUpdate

Update Virtual Machine RunCommand 操作に指定されたパラメーター。

戻り値

適用対象