EnforcementState Struct

Definition

Enforcement status.

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

Constructors

Name Description
EnforcementState(String)

Initializes a new instance of EnforcementState.

Properties

Name Description
Disabled

Gets the Disabled.

Enabled

Gets the Enabled.

NotAvailable

Gets the NotAvailable.

Methods

Name Description
Equals(EnforcementState)

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

Name Description
Equality(EnforcementState, EnforcementState)

Determines if two EnforcementState values are the same.

Implicit(String to EnforcementState)

Converts a string to a EnforcementState.

Implicit(String to Nullable<EnforcementState>)
Inequality(EnforcementState, EnforcementState)

Determines if two EnforcementState values are not the same.

Applies to