VirtualMachineScaleSetScaleOutContent(Int64) Constructor
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.
Initializes a new instance of VirtualMachineScaleSetScaleOutContent.
public VirtualMachineScaleSetScaleOutContent(long capacity);
new Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetScaleOutContent : int64 -> Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetScaleOutContent
Public Sub New (capacity As Long)
Parameters
- capacity
- Int64
Specifies the number of virtual machines in the scale set.