ArmSqlModelFactory.MaxLimitRangeCapability 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 MaxLimitRangeCapability.
public static Azure.ResourceManager.Sql.Models.MaxLimitRangeCapability MaxLimitRangeCapability(long? minValue = default, long? maxValue = default, long? scaleSize = default, Azure.ResourceManager.Sql.Models.SqlCapabilityStatus? status = default, string reason = default);
static member MaxLimitRangeCapability : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<Azure.ResourceManager.Sql.Models.SqlCapabilityStatus> * string -> Azure.ResourceManager.Sql.Models.MaxLimitRangeCapability
Public Shared Function MaxLimitRangeCapability (Optional minValue As Nullable(Of Long) = Nothing, Optional maxValue As Nullable(Of Long) = Nothing, Optional scaleSize As Nullable(Of Long) = Nothing, Optional status As Nullable(Of SqlCapabilityStatus) = Nothing, Optional reason As String = Nothing) As MaxLimitRangeCapability
Parameters
Scale/step size for discrete values between the minimum value and the maximum value.
- status
- Nullable<SqlCapabilityStatus>
The status of the capability.
- reason
- String
The reason for the capability not being available.
Returns
A new MaxLimitRangeCapability instance for mocking.