UnauthorizedOperationsNotInAllowedRange interface
Number of unauthorized operations is not in allowed range.
- Extends
Properties
rule |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
description | The description of the custom alert. NOTE: This property will not be serialized. It can only be populated by the server. |
display |
The display name of the custom alert. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Status of the custom alert. |
max |
The maximum threshold. |
min |
The minimum threshold. |
time |
The time window size in iso8601 format. |
Property Details
ruleType
Polymorphic discriminator, which specifies the different types this object can be
ruleType: "UnauthorizedOperationsNotInAllowedRange"
Property Value
"UnauthorizedOperationsNotInAllowedRange"
Inherited Property Details
description
The description of the custom alert. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
Inherited From TimeWindowCustomAlertRule.description
displayName
The display name of the custom alert. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
Inherited From TimeWindowCustomAlertRule.displayName
isEnabled
Status of the custom alert.
isEnabled: boolean
Property Value
boolean
Inherited From TimeWindowCustomAlertRule.isEnabled
maxThreshold
The maximum threshold.
maxThreshold: number
Property Value
number
Inherited From TimeWindowCustomAlertRule.maxThreshold
minThreshold
The minimum threshold.
minThreshold: number
Property Value
number
Inherited From TimeWindowCustomAlertRule.minThreshold
timeWindowSize
The time window size in iso8601 format.
timeWindowSize: string
Property Value
string
Inherited From TimeWindowCustomAlertRule.timeWindowSize
Azure SDK for JavaScript