GroupQuotaEnforcementState Struct

Definition

Enforcement status.

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

Constructors

GroupQuotaEnforcementState(String)

Initializes a new instance of GroupQuotaEnforcementState.

Properties

Disabled

Disabled.

Enabled

Enabled.

NotAvailable

NotAvailable.

Methods

Equals(GroupQuotaEnforcementState)

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(GroupQuotaEnforcementState, GroupQuotaEnforcementState)

Determines if two GroupQuotaEnforcementState values are the same.

Implicit(String to GroupQuotaEnforcementState)

Converts a string to a GroupQuotaEnforcementState.

Inequality(GroupQuotaEnforcementState, GroupQuotaEnforcementState)

Determines if two GroupQuotaEnforcementState values are not the same.

Applies to