MonitorMetricUnit Struct

Definition

The unit of the metric.

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

Constructors

MonitorMetricUnit(String)

Initializes a new instance of MonitorMetricUnit.

Properties

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

Equals(MonitorMetricUnit)

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

Determines if two MonitorMetricUnit values are the same.

Implicit(String to MonitorMetricUnit)

Converts a string to a MonitorMetricUnit.

Inequality(MonitorMetricUnit, MonitorMetricUnit)

Determines if two MonitorMetricUnit values are not the same.

Applies to