ArmSecurityCenterModelFactory.ListCustomAlertRule Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de ListCustomAlertRule.
public static Azure.ResourceManager.SecurityCenter.Models.ListCustomAlertRule ListCustomAlertRule (string displayName = default, string description = default, bool isEnabled = false, Azure.ResourceManager.SecurityCenter.Models.SecurityValueType? valueType = default);
static member ListCustomAlertRule : string * string * bool * Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityValueType> -> Azure.ResourceManager.SecurityCenter.Models.ListCustomAlertRule
Public Shared Function ListCustomAlertRule (Optional displayName As String = Nothing, Optional description As String = Nothing, Optional isEnabled As Boolean = false, Optional valueType As Nullable(Of SecurityValueType) = Nothing) As ListCustomAlertRule
Parâmetros
- displayName
- String
O nome de exibição do alerta personalizado.
- description
- String
A descrição do alerta personalizado.
- isEnabled
- Boolean
Status do alerta personalizado.
- valueType
- Nullable<SecurityValueType>
O tipo de valor dos itens na lista.
Retornos
Uma nova ListCustomAlertRule instância para zombar.