Share via


SqlMetricDefinitionUnitType Struct

Definition

The unit of the metric.

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

Constructors

SqlMetricDefinitionUnitType(String)

Initializes a new instance of SqlMetricDefinitionUnitType.

Properties

Bytes

Bytes.

BytesPerSecond

BytesPerSecond.

Count

Count.

CountPerSecond

CountPerSecond.

Percent

Percent.

Seconds

Seconds.

Methods

Equals(SqlMetricDefinitionUnitType)

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

Determines if two SqlMetricDefinitionUnitType values are the same.

Implicit(String to SqlMetricDefinitionUnitType)

Converts a string to a SqlMetricDefinitionUnitType.

Inequality(SqlMetricDefinitionUnitType, SqlMetricDefinitionUnitType)

Determines if two SqlMetricDefinitionUnitType values are not the same.

Applies to