VirtualMachineScaleSetVMsOperationsExtensions.BeginUpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetVM> BeginUpdateAsync (this Microsoft.Azure.Commands.Common.Compute.Version_2018_04.IVirtualMachineScaleSetVMsOperations operations, string resourceGroupName, string vmScaleSetName, string instanceId, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetVM parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.IVirtualMachineScaleSetVMsOperations * string * string * string * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetVM * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetVM>
<Extension()>
Public Function BeginUpdateAsync (operations As IVirtualMachineScaleSetVMsOperations, resourceGroupName As String, vmScaleSetName As String, instanceId As String, parameters As VirtualMachineScaleSetVM, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VirtualMachineScaleSetVM)
Parameters
- operations
- IVirtualMachineScaleSetVMsOperations
- resourceGroupName
- String
- vmScaleSetName
- String
- instanceId
- String
- parameters
- VirtualMachineScaleSetVM
- cancellationToken
- CancellationToken