OperationalInsightsMetricName Class

Definition

The name of a metric.

public class OperationalInsightsMetricName : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsMetricName>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsMetricName>
public class OperationalInsightsMetricName
type OperationalInsightsMetricName = class
    interface IJsonModel<OperationalInsightsMetricName>
    interface IPersistableModel<OperationalInsightsMetricName>
type OperationalInsightsMetricName = class
Public Class OperationalInsightsMetricName
Implements IJsonModel(Of OperationalInsightsMetricName), IPersistableModel(Of OperationalInsightsMetricName)
Public Class OperationalInsightsMetricName
Inheritance
OperationalInsightsMetricName
Implements

Properties

LocalizedValue

The localized name of the metric.

Value

The system name of the metric.

Explicit Interface Implementations

IJsonModel<OperationalInsightsMetricName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OperationalInsightsMetricName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsMetricName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsMetricName>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OperationalInsightsMetricName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to