Compartir a través de


ServiceAlertState Estructura

Definición

The ServiceAlertState.

public readonly struct ServiceAlertState : IEquatable<Azure.ResourceManager.AlertsManagement.Models.ServiceAlertState>
type ServiceAlertState = struct
Public Structure ServiceAlertState
Implements IEquatable(Of ServiceAlertState)
Herencia
ServiceAlertState
Implementaciones

Constructores

ServiceAlertState(String)

Inicializa una nueva instancia de la clase ServiceAlertState.

Propiedades

Acknowledged

Confirmada.

Closed

Cerrada.

New

Nuevo.

Métodos

Equals(ServiceAlertState)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(ServiceAlertState, ServiceAlertState)

Determina si dos ServiceAlertState valores son los mismos.

Implicit(String to ServiceAlertState)

Convierte una cadena en un ServiceAlertState.

Inequality(ServiceAlertState, ServiceAlertState)

Determina si dos ServiceAlertState valores no son los mismos.

Se aplica a