Compartilhar via


DenylistCustomAlertRule(Boolean, IEnumerable<String>) Construtor

Definição

Inicializa uma nova instância de DenylistCustomAlertRule.

public DenylistCustomAlertRule (bool isEnabled, System.Collections.Generic.IEnumerable<string> denylistValues);
new Azure.ResourceManager.SecurityCenter.Models.DenylistCustomAlertRule : bool * seq<string> -> Azure.ResourceManager.SecurityCenter.Models.DenylistCustomAlertRule
Public Sub New (isEnabled As Boolean, denylistValues As IEnumerable(Of String))

Parâmetros

isEnabled
Boolean

Status do alerta personalizado.

denylistValues
IEnumerable<String>

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

Exceções

denylistValues é nulo.

Aplica-se a