Megosztás a következőn keresztül:


SqlMetricType Struct

Definition

The SqlMetricType.

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

Constructors

SqlMetricType(String)

Initializes a new instance of SqlMetricType.

Properties

Cpu

cpu.

Dtu

dtu.

Duration

duration.

Io

io.

LogIo

logIo.

Methods

Equals(SqlMetricType)

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

Determines if two SqlMetricType values are the same.

Implicit(String to SqlMetricType)

Converts a string to a SqlMetricType.

Inequality(SqlMetricType, SqlMetricType)

Determines if two SqlMetricType values are not the same.

Applies to