Share via


VirtualMachineRunCommandsOperationsExtensions.BeginUpdateAsync Method

Definition

The operation to update the run command.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineRunCommandInner> BeginUpdateAsync (this Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineRunCommandsOperations operations, string resourceGroupName, string vmName, string runCommandName, Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineRunCommandUpdate runCommand, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineRunCommandsOperations * string * string * string * Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineRunCommandUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineRunCommandInner>
<Extension()>
Public Function BeginUpdateAsync (operations As IVirtualMachineRunCommandsOperations, resourceGroupName As String, vmName As String, runCommandName As String, runCommand As VirtualMachineRunCommandUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VirtualMachineRunCommandInner)

Parameters

operations
IVirtualMachineRunCommandsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

vmName
String

The name of the virtual machine where the run command should be updated.

runCommandName
String

The name of the virtual machine run command.

runCommand
VirtualMachineRunCommandUpdate

Parameters supplied to the Update Virtual Machine RunCommand operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to