TimeWindowCustomAlertRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A custom alert rule that checks if the number of activities (depends on the custom alert type) in a time window is within the given range.
public class TimeWindowCustomAlertRule : Azure.ResourceManager.SecurityCenter.Models.ThresholdCustomAlertRule
public class TimeWindowCustomAlertRule : Azure.ResourceManager.SecurityCenter.Models.ThresholdCustomAlertRule, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.TimeWindowCustomAlertRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.TimeWindowCustomAlertRule>
type TimeWindowCustomAlertRule = class
inherit ThresholdCustomAlertRule
type TimeWindowCustomAlertRule = class
inherit ThresholdCustomAlertRule
interface IJsonModel<TimeWindowCustomAlertRule>
interface IPersistableModel<TimeWindowCustomAlertRule>
Public Class TimeWindowCustomAlertRule
Inherits ThresholdCustomAlertRule
Public Class TimeWindowCustomAlertRule
Inherits ThresholdCustomAlertRule
Implements IJsonModel(Of TimeWindowCustomAlertRule), IPersistableModel(Of TimeWindowCustomAlertRule)
- Inheritance
- Derived
- Implements
Constructors
| Name | Description |
|---|---|
| TimeWindowCustomAlertRule(Boolean, Int32, Int32, TimeSpan) |
Initializes a new instance of TimeWindowCustomAlertRule. |
Properties
| Name | Description |
|---|---|
| Description |
The description of the custom alert. (Inherited from CustomAlertRule) |
| DisplayName |
The display name of the custom alert. (Inherited from CustomAlertRule) |
| IsEnabled |
Status of the custom alert. (Inherited from CustomAlertRule) |
| MaxThreshold |
The maximum threshold. (Inherited from ThresholdCustomAlertRule) |
| MinThreshold |
The minimum threshold. (Inherited from ThresholdCustomAlertRule) |
| TimeWindowSize |
The time window size in iso8601 format. |