Share via


IVirtualMachineScaleSetVMsBeta.UpdateInstancesAsync Method

Definition

Overloads

UpdateInstancesAsync(IList<String>, CancellationToken)

Updates the specified virtual machine instances from the scale set.

UpdateInstancesAsync(String[], CancellationToken)

Updates the specified virtual machine instances from the scale set.

UpdateInstancesAsync(IList<String>, CancellationToken)

Updates the specified virtual machine instances from the scale set.

public System.Threading.Tasks.Task UpdateInstancesAsync (System.Collections.Generic.IList<string> instanceIds, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateInstancesAsync : System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function UpdateInstancesAsync (instanceIds As IList(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

instanceIds
IList<String>

Instance IDs of the virtual machine scale set instances to be updated.

cancellationToken
CancellationToken

Returns

Applies to

UpdateInstancesAsync(String[], CancellationToken)

Updates the specified virtual machine instances from the scale set.

public System.Threading.Tasks.Task UpdateInstancesAsync (string[] instanceIds, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateInstancesAsync : string[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function UpdateInstancesAsync (instanceIds As String(), Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

instanceIds
String[]

Instance IDs of the virtual machine scale set instances to be updated.

cancellationToken
CancellationToken

Returns

Applies to