ServiceAccountUsageUnitType Struct

Definition

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