MetricSettings 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.
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>
type MetricSettings = class
interface IJsonModel<MetricSettings>
interface IPersistableModel<MetricSettings>
Public Class MetricSettings
Implements IJsonModel(Of MetricSettings), IPersistableModel(Of 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
Azure SDK for .NET