Udostępnij przez


MetricUnit Struct

Definition

The unit of the metric.

public readonly struct MetricUnit : IEquatable<Azure.Monitor.Query.Models.MetricUnit>
type MetricUnit = struct
Public Structure MetricUnit
Implements IEquatable(Of MetricUnit)
Inheritance
MetricUnit
Implements

Constructors

Name Description
MetricUnit(String)

Initializes a new instance of MetricUnit.

Properties

Name Description
BitsPerSecond

BitsPerSecond.

Bytes

Bytes.

ByteSeconds

ByteSeconds.

BytesPerSecond

BytesPerSecond.

Cores

Cores.

Count

Count.

CountPerSecond

CountPerSecond.

MilliCores

MilliCores.

MilliSeconds

MilliSeconds.

NanoCores

NanoCores.

Percent

Percent.

Seconds

Seconds.

Unspecified

Unspecified.

Methods

Name Description
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

Name Description
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