ArmSecurityCenterModelFactory.AllowlistCustomAlertRule Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.