Partilhar via


ArmSecurityCenterModelFactory.AllowlistCustomAlertRule Método

Definição

Inicializa uma nova instância de AllowlistCustomAlertRule.

public static Azure.ResourceManager.SecurityCenter.Models.AllowlistCustomAlertRule AllowlistCustomAlertRule (string displayName = default, string description = default, bool isEnabled = false, Azure.ResourceManager.SecurityCenter.Models.SecurityValueType? valueType = default, System.Collections.Generic.IEnumerable<string> allowlistValues = default);
static member AllowlistCustomAlertRule : string * string * bool * Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityValueType> * seq<string> -> Azure.ResourceManager.SecurityCenter.Models.AllowlistCustomAlertRule
Public Shared Function AllowlistCustomAlertRule (Optional displayName As String = Nothing, Optional description As String = Nothing, Optional isEnabled As Boolean = false, Optional valueType As Nullable(Of SecurityValueType) = Nothing, Optional allowlistValues As IEnumerable(Of String) = Nothing) As AllowlistCustomAlertRule

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.

allowlistValues
IEnumerable<String>

Os valores a serem permitidos. O formato dos valores depende do tipo de regra.

Retornos

Uma nova AllowlistCustomAlertRule instância para simulação.

Aplica-se a