ArmSqlModelFactory.FreeLimitExhaustionBehaviorCapability 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 FreeLimitExhaustionBehaviorCapability.
public static Azure.ResourceManager.Sql.Models.FreeLimitExhaustionBehaviorCapability FreeLimitExhaustionBehaviorCapability(Azure.ResourceManager.Sql.Models.FreeLimitExhaustionBehavior? exhaustionBehaviorType = default, Azure.ResourceManager.Sql.Models.SqlCapabilityStatus? status = default);
static member FreeLimitExhaustionBehaviorCapability : Nullable<Azure.ResourceManager.Sql.Models.FreeLimitExhaustionBehavior> * Nullable<Azure.ResourceManager.Sql.Models.SqlCapabilityStatus> -> Azure.ResourceManager.Sql.Models.FreeLimitExhaustionBehaviorCapability
Public Shared Function FreeLimitExhaustionBehaviorCapability (Optional exhaustionBehaviorType As Nullable(Of FreeLimitExhaustionBehavior) = Nothing, Optional status As Nullable(Of SqlCapabilityStatus) = Nothing) As FreeLimitExhaustionBehaviorCapability
Parameters
- exhaustionBehaviorType
- Nullable<FreeLimitExhaustionBehavior>
Free limit exhaustion behavior type.
- status
- Nullable<SqlCapabilityStatus>
Free limit exhaustion behavior status.
Returns
A new FreeLimitExhaustionBehaviorCapability instance for mocking.