ResourceSkuCapacity Constructors
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.
Overloads
ResourceSkuCapacity() |
Initializes a new instance of the ResourceSkuCapacity class. |
ResourceSkuCapacity(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<ResourceSkuCapacityScaleType>) |
Initializes a new instance of the ResourceSkuCapacity class. |
ResourceSkuCapacity()
Initializes a new instance of the ResourceSkuCapacity class.
public ResourceSkuCapacity ();
Public Sub New ()
Applies to
ResourceSkuCapacity(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<ResourceSkuCapacityScaleType>)
Initializes a new instance of the ResourceSkuCapacity class.
public ResourceSkuCapacity (long? minimum = default, long? maximum = default, long? defaultProperty = default, Microsoft.Azure.Management.Compute.Fluent.Models.ResourceSkuCapacityScaleType? scaleType = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.ResourceSkuCapacity : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.ResourceSkuCapacityScaleType> -> Microsoft.Azure.Management.Compute.Fluent.Models.ResourceSkuCapacity
Public Sub New (Optional minimum As Nullable(Of Long) = Nothing, Optional maximum As Nullable(Of Long) = Nothing, Optional defaultProperty As Nullable(Of Long) = Nothing, Optional scaleType As Nullable(Of ResourceSkuCapacityScaleType) = Nothing)
Parameters
- scaleType
- Nullable<ResourceSkuCapacityScaleType>
The scale type applicable to the sku. Possible values include: 'Automatic', 'Manual', 'None'
Applies to
Azure SDK for .NET