VirtualMachineScaleSetResource.ScaleOut 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.
Scales out one or more virtual machines in a VM scale set.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/scaleOut
- Operation Id: VirtualMachineScaleSets_ScaleOut
- Default Api Version: 2025-04-01
- Resource: VirtualMachineScaleSetResource
public virtual Azure.ResourceManager.ArmOperation ScaleOut(Azure.WaitUntil waitUntil, Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetScaleOutContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ScaleOut : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetScaleOutContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.ScaleOut : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetScaleOutContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function ScaleOut (waitUntil As WaitUntil, content As VirtualMachineScaleSetScaleOutContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.
The input object for ScaleOut API.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content is null.