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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET