ManagementEventAggregationCondition 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.
How the data that is collected should be combined over time.
public class ManagementEventAggregationCondition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.ManagementEventAggregationCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.ManagementEventAggregationCondition>
type ManagementEventAggregationCondition = class
interface IJsonModel<ManagementEventAggregationCondition>
interface IPersistableModel<ManagementEventAggregationCondition>
Public Class ManagementEventAggregationCondition
Implements IJsonModel(Of ManagementEventAggregationCondition), IPersistableModel(Of ManagementEventAggregationCondition)
- Inheritance
-
ManagementEventAggregationCondition
- Implements
Constructors
ManagementEventAggregationCondition() |
Initializes a new instance of ManagementEventAggregationCondition. |
Properties
Operator |
the condition operator. |
Threshold |
The threshold value that activates the alert. |
WindowSize |
the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. If specified then it must be between 5 minutes and 1 day. |
Explicit Interface Implementations
IJsonModel<ManagementEventAggregationCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagementEventAggregationCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagementEventAggregationCondition>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagementEventAggregationCondition>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagementEventAggregationCondition>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET