Share via


SqlMetricUnitType Struct

Definition

The unit of the metric.

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

Constructors

SqlMetricUnitType(String)

Initializes a new instance of SqlMetricUnitType.

Properties

Bytes

bytes.

BytesPerSecond

bytesPerSecond.

Count

count.

CountPerSecond

countPerSecond.

Percent

percent.

Seconds

seconds.

Methods

Equals(SqlMetricUnitType)

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

Determines if two SqlMetricUnitType values are the same.

Implicit(String to SqlMetricUnitType)

Converts a string to a SqlMetricUnitType.

Inequality(SqlMetricUnitType, SqlMetricUnitType)

Determines if two SqlMetricUnitType values are not the same.

Applies to