ArmComputeModelFactory.ComputeResourceSkuCapacity 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 ComputeResourceSkuCapacity.
public static Azure.ResourceManager.Compute.Models.ComputeResourceSkuCapacity ComputeResourceSkuCapacity (long? minimum = default, long? maximum = default, long? default = default, Azure.ResourceManager.Compute.Models.ComputeResourceSkuCapacityScaleType? scaleType = default);
static member ComputeResourceSkuCapacity : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<Azure.ResourceManager.Compute.Models.ComputeResourceSkuCapacityScaleType> -> Azure.ResourceManager.Compute.Models.ComputeResourceSkuCapacity
Public Shared Function ComputeResourceSkuCapacity (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 ComputeResourceSkuCapacityScaleType) = Nothing) As ComputeResourceSkuCapacity
Parameters
- scaleType
- Nullable<ComputeResourceSkuCapacityScaleType>
The scale type applicable to the sku.
Returns
A new ComputeResourceSkuCapacity instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET