SqlMetricDefinition Class
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.
A database metric definition.
public class SqlMetricDefinition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.SqlMetricDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.SqlMetricDefinition>
type SqlMetricDefinition = class
interface IJsonModel<SqlMetricDefinition>
interface IPersistableModel<SqlMetricDefinition>
Public Class SqlMetricDefinition
Implements IJsonModel(Of SqlMetricDefinition), IPersistableModel(Of SqlMetricDefinition)
- Inheritance
-
SqlMetricDefinition
- Implements
Properties
MetricAvailabilities |
The list of database metric availabilities for the metric. |
Name |
The name information for the metric. |
PrimaryAggregationType |
The primary aggregation type defining how metric values are displayed. |
ResourceUriString |
The resource uri of the database. |
Unit |
The unit of the metric. |
Explicit Interface Implementations
IJsonModel<SqlMetricDefinition>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SqlMetricDefinition>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SqlMetricDefinition>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SqlMetricDefinition>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SqlMetricDefinition>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET