Compartilhar via


AlertSeverity Estrutura

Definição

Severidade do alerta. Deve ser um inteiro entre [0-4]. O valor de 0 é mais grave. Relevante e necessário apenas para regras do tipo LogAlert.

public readonly struct AlertSeverity : IEquatable<Azure.ResourceManager.Monitor.Models.AlertSeverity>
type AlertSeverity = struct
Public Structure AlertSeverity
Implements IEquatable(Of AlertSeverity)
Herança
AlertSeverity
Implementações

Construtores

AlertSeverity(Int64)

Inicializa uma nova instância de AlertSeverity.

Propriedades

Four
One
Three
Two
Zero

Métodos

Equals(AlertSeverity)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.

ToString()

Retorna o nome do tipo totalmente qualificado dessa instância.

Operadores

Equality(AlertSeverity, AlertSeverity)

Determina se dois AlertSeverity valores são os mesmos.

Implicit(Int64 to AlertSeverity)

Converte uma cadeia de caracteres em um AlertSeverity.

Inequality(AlertSeverity, AlertSeverity)

Determina se dois AlertSeverity valores não são os mesmos.

Aplica-se a