Compartir a través de


ArmSecurityCenterModelFactory.TimeWindowCustomAlertRule Método

Definición

Inicializa una nueva instancia de TimeWindowCustomAlertRule.

public static Azure.ResourceManager.SecurityCenter.Models.TimeWindowCustomAlertRule TimeWindowCustomAlertRule (string displayName = default, string description = default, bool isEnabled = false, int minThreshold = 0, int maxThreshold = 0, TimeSpan timeWindowSize = default);
static member TimeWindowCustomAlertRule : string * string * bool * int * int * TimeSpan -> Azure.ResourceManager.SecurityCenter.Models.TimeWindowCustomAlertRule
Public Shared Function TimeWindowCustomAlertRule (Optional displayName As String = Nothing, Optional description As String = Nothing, Optional isEnabled As Boolean = false, Optional minThreshold As Integer = 0, Optional maxThreshold As Integer = 0, Optional timeWindowSize As TimeSpan = Nothing) As TimeWindowCustomAlertRule

Parámetros

displayName
String

Nombre para mostrar de la alerta personalizada.

description
String

Descripción de la alerta personalizada.

isEnabled
Boolean

Estado de la alerta personalizada.

minThreshold
Int32

Umbral mínimo.

maxThreshold
Int32

Umbral máximo.

timeWindowSize
TimeSpan

El tamaño de la ventana de tiempo en formato iso8601.

Devoluciones

TimeWindowCustomAlertRule Nueva instancia de para simular.

Se aplica a