AmqpC2DMessagesNotInAllowedRange Class

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

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.security.models._models_py3.TimeWindowCustomAlertRule
AmqpC2DMessagesNotInAllowedRange

Constructor

AmqpC2DMessagesNotInAllowedRange(*, is_enabled: bool, min_threshold: int, max_threshold: int, time_window_size: datetime.timedelta, **kwargs)

Parameters

is_enabled
bool
Required

Required. Status of the custom alert.

rule_type
str
Required

Required. The type of the custom alert rule.Constant filled by server.

min_threshold
int
Required

Required. The minimum threshold.

max_threshold
int
Required

Required. The maximum threshold.

time_window_size
timedelta
Required

Required. The time window size in iso8601 format.

Variables

display_name
str

The display name of the custom alert.

description
str

The description of the custom alert.