ArmSecurityCenterModelFactory.TimeWindowCustomAlertRule 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 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
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.
- timeWindowSize
- TimeSpan
O tamanho da janela de tempo no formato iso8601.
Retornos
Uma nova TimeWindowCustomAlertRule instância para zombar.