ServiceAccountQuotaUsageStatus Struct

Definition

Cognitive Services account quota usage status.

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

Constructors

ServiceAccountQuotaUsageStatus(String)

Initializes a new instance of ServiceAccountQuotaUsageStatus.

Properties

Blocked

Blocked.

Included

Included.

InOverage

InOverage.

Unknown

Unknown.

Methods

Equals(ServiceAccountQuotaUsageStatus)

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

Determines if two ServiceAccountQuotaUsageStatus values are the same.

Implicit(String to ServiceAccountQuotaUsageStatus)

Converts a string to a ServiceAccountQuotaUsageStatus.

Inequality(ServiceAccountQuotaUsageStatus, ServiceAccountQuotaUsageStatus)

Determines if two ServiceAccountQuotaUsageStatus values are not the same.

Applies to