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

HttpC2DRejectedMessagesNotInAllowedRange Class

Definition

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

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

Constructors

HttpC2DRejectedMessagesNotInAllowedRange()

Initializes a new instance of the HttpC2DRejectedMessagesNotInAllowedRange class.

HttpC2DRejectedMessagesNotInAllowedRange(Boolean, Int32, Int32, TimeSpan, String, String)

Initializes a new instance of the HttpC2DRejectedMessagesNotInAllowedRange 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