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

MetricUnit Struct

Definition

Metric unit.

public readonly struct MetricUnit : IEquatable<Azure.Developer.LoadTesting.MetricUnit>
type MetricUnit = struct
Public Structure MetricUnit
Implements IEquatable(Of MetricUnit)
Inheritance
MetricUnit
Implements

Constructors

MetricUnit(String)

Initializes a new instance of MetricUnit.

Properties

Bytes

Bytes.

BytesPerSecond

Bytes per second.

Count

Value count.

CountPerSecond

Count per second.

Milliseconds

Milliseconds.

NotSpecified

No unit specified.

Percent

Percentage.

Seconds

Seconds.

Methods

Equals(MetricUnit)

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

Determines if two MetricUnit values are the same.

Implicit(String to MetricUnit)

Converts a String to a MetricUnit.

Inequality(MetricUnit, MetricUnit)

Determines if two MetricUnit values are not the same.

Applies to