Compartir a través de


ArmSecurityCenterModelFactory.AllowlistCustomAlertRule Método

Definición

Inicializa una nueva instancia 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

Nombre para mostrar de la alerta personalizada.

description
String

Descripción de la alerta personalizada.

isEnabled
Boolean

Estado de la alerta personalizada.

valueType
Nullable<SecurityValueType>

Tipo de valor de los elementos de la lista.

allowlistValues
IEnumerable<String>

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

Devoluciones

AllowlistCustomAlertRule Nueva instancia de para simular.

Se aplica a