ArmComputeModelFactory.VirtualMachineScaleSetSkuCapacity 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.
Initializes a new instance of VirtualMachineScaleSetSkuCapacity.
public static Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetSkuCapacity VirtualMachineScaleSetSkuCapacity (long? minimum = default, long? maximum = default, long? defaultCapacity = default, Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetSkuScaleType? scaleType = default);
static member VirtualMachineScaleSetSkuCapacity : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetSkuScaleType> -> Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetSkuCapacity
Public Shared Function VirtualMachineScaleSetSkuCapacity (Optional minimum As Nullable(Of Long) = Nothing, Optional maximum As Nullable(Of Long) = Nothing, Optional defaultCapacity As Nullable(Of Long) = Nothing, Optional scaleType As Nullable(Of VirtualMachineScaleSetSkuScaleType) = Nothing) As VirtualMachineScaleSetSkuCapacity
Parameters
- scaleType
- Nullable<VirtualMachineScaleSetSkuScaleType>
The scale type applicable to the sku.
Returns
A new VirtualMachineScaleSetSkuCapacity instance for mocking.