Compartilhar via


ProcessNotAllowed(Boolean, IEnumerable<String>) Construtor

Definição

Inicializa uma nova instância de ProcessNotAllowed.

public ProcessNotAllowed (bool isEnabled, System.Collections.Generic.IEnumerable<string> allowlistValues);
new Azure.ResourceManager.SecurityCenter.Models.ProcessNotAllowed : bool * seq<string> -> Azure.ResourceManager.SecurityCenter.Models.ProcessNotAllowed
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