你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MqttD2CMessagesNotInAllowedRange Constructors

Definition

Overloads

MqttD2CMessagesNotInAllowedRange()

Initializes a new instance of the MqttD2CMessagesNotInAllowedRange class.

MqttD2CMessagesNotInAllowedRange(Boolean, Int32, Int32, TimeSpan, String, String)

Initializes a new instance of the MqttD2CMessagesNotInAllowedRange class.

MqttD2CMessagesNotInAllowedRange()

Initializes a new instance of the MqttD2CMessagesNotInAllowedRange class.

public MqttD2CMessagesNotInAllowedRange ();
Public Sub New ()

Applies to

MqttD2CMessagesNotInAllowedRange(Boolean, Int32, Int32, TimeSpan, String, String)

Initializes a new instance of the MqttD2CMessagesNotInAllowedRange class.

public MqttD2CMessagesNotInAllowedRange (bool isEnabled, int minThreshold, int maxThreshold, TimeSpan timeWindowSize, string displayName = default, string description = default);
new Microsoft.Azure.Management.Security.Models.MqttD2CMessagesNotInAllowedRange : bool * int * int * TimeSpan * string * string -> Microsoft.Azure.Management.Security.Models.MqttD2CMessagesNotInAllowedRange
Public Sub New (isEnabled As Boolean, minThreshold As Integer, maxThreshold As Integer, timeWindowSize As TimeSpan, Optional displayName As String = Nothing, Optional description As String = Nothing)

Parameters

isEnabled
Boolean

Status of the custom alert.

minThreshold
Int32

The minimum threshold.

maxThreshold
Int32

The maximum threshold.

timeWindowSize
TimeSpan

The time window size in iso8601 format.

displayName
String

The display name of the custom alert.

description
String

The description of the custom alert.

Applies to