ServiceAccountUsageUnitType 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.
The unit of the metric.
public readonly struct ServiceAccountUsageUnitType : IEquatable<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsageUnitType>
type ServiceAccountUsageUnitType = struct
Public Structure ServiceAccountUsageUnitType
Implements IEquatable(Of ServiceAccountUsageUnitType)
- Inheritance
-
ServiceAccountUsageUnitType
- Implements
Constructors
ServiceAccountUsageUnitType(String) |
Initializes a new instance of ServiceAccountUsageUnitType. |
Properties
Bytes |
Bytes. |
BytesPerSecond |
BytesPerSecond. |
Count |
Count. |
CountPerSecond |
CountPerSecond. |
Milliseconds |
Milliseconds. |
Percent |
Percent. |
Seconds |
Seconds. |
Methods
Equals(ServiceAccountUsageUnitType) |
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(ServiceAccountUsageUnitType, ServiceAccountUsageUnitType) |
Determines if two ServiceAccountUsageUnitType values are the same. |
Implicit(String to ServiceAccountUsageUnitType) |
Converts a String to a ServiceAccountUsageUnitType. |
Inequality(ServiceAccountUsageUnitType, ServiceAccountUsageUnitType) |
Determines if two ServiceAccountUsageUnitType values are not the same. |
Applies to
Azure SDK for .NET