MqttC2DMessagesNotInAllowedRange Class

Definition

Number of cloud to device messages (MQTT protocol) is not in allowed range.

public class MqttC2DMessagesNotInAllowedRange : Azure.ResourceManager.SecurityCenter.Models.TimeWindowCustomAlertRule
public class MqttC2DMessagesNotInAllowedRange : Azure.ResourceManager.SecurityCenter.Models.TimeWindowCustomAlertRule, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.MqttC2DMessagesNotInAllowedRange>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.MqttC2DMessagesNotInAllowedRange>
type MqttC2DMessagesNotInAllowedRange = class
    inherit TimeWindowCustomAlertRule
type MqttC2DMessagesNotInAllowedRange = class
    inherit TimeWindowCustomAlertRule
    interface IJsonModel<MqttC2DMessagesNotInAllowedRange>
    interface IPersistableModel<MqttC2DMessagesNotInAllowedRange>
Public Class MqttC2DMessagesNotInAllowedRange
Inherits TimeWindowCustomAlertRule
Public Class MqttC2DMessagesNotInAllowedRange
Inherits TimeWindowCustomAlertRule
Implements IJsonModel(Of MqttC2DMessagesNotInAllowedRange), IPersistableModel(Of MqttC2DMessagesNotInAllowedRange)
Inheritance
Implements

Constructors

MqttC2DMessagesNotInAllowedRange(Boolean, Int32, Int32, TimeSpan)

Initializes a new instance of MqttC2DMessagesNotInAllowedRange.

Properties

Description

The description of the custom alert.

(Inherited from CustomAlertRule)
DisplayName

The display name of the custom alert.

(Inherited from CustomAlertRule)
IsEnabled

Status of the custom alert.

(Inherited from CustomAlertRule)
MaxThreshold

The maximum threshold.

(Inherited from ThresholdCustomAlertRule)
MinThreshold

The minimum threshold.

(Inherited from ThresholdCustomAlertRule)
TimeWindowSize

The time window size in iso8601 format.

(Inherited from TimeWindowCustomAlertRule)

Explicit Interface Implementations

IJsonModel<CustomAlertRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from CustomAlertRule)
IJsonModel<CustomAlertRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from CustomAlertRule)
IJsonModel<MqttC2DMessagesNotInAllowedRange>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MqttC2DMessagesNotInAllowedRange>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ThresholdCustomAlertRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ThresholdCustomAlertRule)
IJsonModel<ThresholdCustomAlertRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ThresholdCustomAlertRule)
IJsonModel<TimeWindowCustomAlertRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from TimeWindowCustomAlertRule)
IJsonModel<TimeWindowCustomAlertRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TimeWindowCustomAlertRule)
IPersistableModel<CustomAlertRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from CustomAlertRule)
IPersistableModel<CustomAlertRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from CustomAlertRule)
IPersistableModel<CustomAlertRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from CustomAlertRule)
IPersistableModel<MqttC2DMessagesNotInAllowedRange>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MqttC2DMessagesNotInAllowedRange>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MqttC2DMessagesNotInAllowedRange>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ThresholdCustomAlertRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ThresholdCustomAlertRule)
IPersistableModel<ThresholdCustomAlertRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ThresholdCustomAlertRule)
IPersistableModel<ThresholdCustomAlertRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ThresholdCustomAlertRule)
IPersistableModel<TimeWindowCustomAlertRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TimeWindowCustomAlertRule)
IPersistableModel<TimeWindowCustomAlertRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from TimeWindowCustomAlertRule)
IPersistableModel<TimeWindowCustomAlertRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TimeWindowCustomAlertRule)

Applies to