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() | |
ResourceSkuCapacity(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<ResourceSkuCapacityScaleType>) |
ResourceSkuCapacity()
public ResourceSkuCapacity ();
Public Sub New ()
Applies to
ResourceSkuCapacity(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<ResourceSkuCapacityScaleType>)
public ResourceSkuCapacity (long? minimum = default, long? maximum = default, long? defaultProperty = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuCapacityScaleType? scaleType = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuCapacity : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuCapacityScaleType> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.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>