Share via


QuotaLimitType Struct

Definition

The quota or usages limit types.

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

Constructors

QuotaLimitType(String)

Initializes a new instance of QuotaLimitType.

Properties

Independent

Independent.

Shared

Shared.

Methods

Equals(QuotaLimitType)

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

Determines if two QuotaLimitType values are the same.

Implicit(String to QuotaLimitType)

Converts a string to a QuotaLimitType.

Inequality(QuotaLimitType, QuotaLimitType)

Determines if two QuotaLimitType values are not the same.

Applies to