Compartir a través de


ConnectionFromIPNotAllowed(Boolean, IEnumerable<String>) Constructor

Definición

Inicializa una nueva instancia de ConnectionFromIPNotAllowed.

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

Parámetros

isEnabled
Boolean

Estado de la alerta personalizada.

allowlistValues
IEnumerable<String>

Valores que se van a permitir. El formato de los valores depende del tipo de regla.

Excepciones

allowlistValues es null.

Se aplica a