Udostępnij za pośrednictwem


AvsSubscriptionQuotaEnabled Struct

Definition

quota enabled.

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

Constructors

AvsSubscriptionQuotaEnabled(String)

Initializes a new instance of AvsSubscriptionQuotaEnabled.

Properties

Disabled

is disabled.

Enabled

is enabled.

Methods

Equals(AvsSubscriptionQuotaEnabled)

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

Determines if two AvsSubscriptionQuotaEnabled values are the same.

Implicit(String to AvsSubscriptionQuotaEnabled)

Converts a String to a AvsSubscriptionQuotaEnabled.

Inequality(AvsSubscriptionQuotaEnabled, AvsSubscriptionQuotaEnabled)

Determines if two AvsSubscriptionQuotaEnabled values are not the same.

Applies to