ArmSecurityCenterModelFactory.ThresholdCustomAlertRule Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.