ArmSecurityCenterModelFactory.DenylistCustomAlertRule 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 DenylistCustomAlertRule.
public static Azure.ResourceManager.SecurityCenter.Models.DenylistCustomAlertRule DenylistCustomAlertRule (string displayName = default, string description = default, bool isEnabled = false, Azure.ResourceManager.SecurityCenter.Models.SecurityValueType? valueType = default, System.Collections.Generic.IEnumerable<string> denylistValues = default);
static member DenylistCustomAlertRule : string * string * bool * Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityValueType> * seq<string> -> Azure.ResourceManager.SecurityCenter.Models.DenylistCustomAlertRule
Public Shared Function DenylistCustomAlertRule (Optional displayName As String = Nothing, Optional description As String = Nothing, Optional isEnabled As Boolean = false, Optional valueType As Nullable(Of SecurityValueType) = Nothing, Optional denylistValues As IEnumerable(Of String) = Nothing) As DenylistCustomAlertRule
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.
- valueType
- Nullable<SecurityValueType>
O tipo de valor dos itens na lista.
- denylistValues
- IEnumerable<String>
Os valores a negar. O formato dos valores depende do tipo de regra.
Retornos
Uma nova DenylistCustomAlertRule instância para zombar.