IVirtualMachineScaleSetVMsBeta.UpdateInstancesAsync 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.
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
- 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