Share via


AvsSubscriptionQuotaEnabled Struct

Definition

Host quota is active for current subscription.

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

Disabled.

Enabled

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