Delen via


MetricSettings Class

Definition

Part of MultiTenantDiagnosticSettings. Specifies the settings for a particular metric.

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

Constructors

MetricSettings(Boolean)

Initializes a new instance of MetricSettings.

Properties

Category

Name of a Diagnostic Metric category for a resource type this setting is applied to. To obtain the list of Diagnostic metric categories for a resource, first perform a GET diagnostic settings operation.

IsEnabled

a value indicating whether this category is enabled.

RetentionPolicy

the retention policy for this category.

TimeGrain

the timegrain of the metric in ISO8601 format.

Explicit Interface Implementations

IJsonModel<MetricSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MetricSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MetricSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MetricSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MetricSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to