Partilhar via


ArmSecurityCenterModelFactory.ThresholdCustomAlertRule Método

Definição

Inicializa uma nova instância de ThresholdCustomAlertRule.

public static Azure.ResourceManager.SecurityCenter.Models.ThresholdCustomAlertRule ThresholdCustomAlertRule (string displayName = default, string description = default, bool isEnabled = false, int minThreshold = 0, int maxThreshold = 0);
static member ThresholdCustomAlertRule : string * string * bool * int * int -> Azure.ResourceManager.SecurityCenter.Models.ThresholdCustomAlertRule
Public Shared Function ThresholdCustomAlertRule (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) As ThresholdCustomAlertRule

Parâmetros

displayName
String

O nome de exibição do alerta personalizado.

description
String

A descrição do alerta personalizado.

isEnabled
Boolean

Status do alerta personalizado.

minThreshold
Int32

O limite mínimo.

maxThreshold
Int32

O limite máximo.

Retornos

Uma nova ThresholdCustomAlertRule instância para zombar.

Aplica-se a