你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceAccountUsageUnitType 结构

定义

指标的单位。

public readonly struct ServiceAccountUsageUnitType : IEquatable<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsageUnitType>
type ServiceAccountUsageUnitType = struct
Public Structure ServiceAccountUsageUnitType
Implements IEquatable(Of ServiceAccountUsageUnitType)
继承
ServiceAccountUsageUnitType
实现

构造函数

ServiceAccountUsageUnitType(String)

初始化 ServiceAccountUsageUnitType 的新实例。

属性

Bytes

字节。

BytesPerSecond

BytesPerSecond。

Count

计数。

CountPerSecond

CountPerSecond。

Milliseconds

几毫秒。

Percent

百分比。

Seconds

秒。

方法

Equals(ServiceAccountUsageUnitType)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(ServiceAccountUsageUnitType, ServiceAccountUsageUnitType)

确定两个 ServiceAccountUsageUnitType 值是否相同。

Implicit(String to ServiceAccountUsageUnitType)

将字符串转换为 ServiceAccountUsageUnitType

Inequality(ServiceAccountUsageUnitType, ServiceAccountUsageUnitType)

确定两个 ServiceAccountUsageUnitType 值是否不同。

适用于