Compartilhar via


AllowlistCustomAlertRule(Boolean, IEnumerable<String>) Construtor

Definição

Inicializa uma nova instância de AllowlistCustomAlertRule.

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

Parâmetros

isEnabled
Boolean

Status do alerta personalizado.

allowlistValues
IEnumerable<String>

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

Exceções

allowlistValues é nulo.

Aplica-se a