Aracılığıyla paylaş


MqttC2DMessagesNotInAllowedRange Class

Definition

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

[Newtonsoft.Json.JsonObject("MqttC2DMessagesNotInAllowedRange")]
public class MqttC2DMessagesNotInAllowedRange : Microsoft.Azure.Management.Security.Models.TimeWindowCustomAlertRule
[<Newtonsoft.Json.JsonObject("MqttC2DMessagesNotInAllowedRange")>]
type MqttC2DMessagesNotInAllowedRange = class
    inherit TimeWindowCustomAlertRule
Public Class MqttC2DMessagesNotInAllowedRange
Inherits TimeWindowCustomAlertRule
Inheritance
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

MqttC2DMessagesNotInAllowedRange()

Initializes a new instance of the MqttC2DMessagesNotInAllowedRange class.

MqttC2DMessagesNotInAllowedRange(Boolean, Int32, Int32, TimeSpan, String, String)

Initializes a new instance of the MqttC2DMessagesNotInAllowedRange class.

Properties

Description

Gets the description of the custom alert.

(Inherited from CustomAlertRule)
DisplayName

Gets the display name of the custom alert.

(Inherited from CustomAlertRule)
IsEnabled

Gets or sets status of the custom alert.

(Inherited from CustomAlertRule)
MaxThreshold

Gets or sets the maximum threshold.

(Inherited from ThresholdCustomAlertRule)
MinThreshold

Gets or sets the minimum threshold.

(Inherited from ThresholdCustomAlertRule)
TimeWindowSize

Gets or sets the time window size in iso8601 format.

(Inherited from TimeWindowCustomAlertRule)

Methods

Validate()

Validate the object.

Extension Methods

ConvertToPSType(ThresholdCustomAlertRule)
ConvertToPSType(TimeWindowCustomAlertRule)

Applies to