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