SqlMetricType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET