ServiceAccountQuotaUsageStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET