Share via


FreeLimitExhaustionBehavior Struct

Definition

Specifies the behavior when monthly free limits are exhausted for the free database.

AutoPause: The database will be auto paused upon exhaustion of free limits for remainder of the month.

BillForUsage: The database will continue to be online upon exhaustion of free limits and any overage will be billed.

public readonly struct FreeLimitExhaustionBehavior : IEquatable<Azure.ResourceManager.Sql.Models.FreeLimitExhaustionBehavior>
type FreeLimitExhaustionBehavior = struct
Public Structure FreeLimitExhaustionBehavior
Implements IEquatable(Of FreeLimitExhaustionBehavior)
Inheritance
FreeLimitExhaustionBehavior
Implements

Constructors

FreeLimitExhaustionBehavior(String)

Initializes a new instance of FreeLimitExhaustionBehavior.

Properties

AutoPause

AutoPause.

BillOverUsage

BillOverUsage.

Methods

Equals(FreeLimitExhaustionBehavior)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(FreeLimitExhaustionBehavior, FreeLimitExhaustionBehavior)

Determines if two FreeLimitExhaustionBehavior values are the same.

Implicit(String to FreeLimitExhaustionBehavior)

Converts a string to a FreeLimitExhaustionBehavior.

Inequality(FreeLimitExhaustionBehavior, FreeLimitExhaustionBehavior)

Determines if two FreeLimitExhaustionBehavior values are not the same.

Applies to