Compartilhar via


TrafficViewEnrollmentStatus Estrutura

Definição

Define valores para TrafficViewEnrollmentStatus.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.TrafficManager.Models.TrafficViewEnrollmentStatusConverter))]
public struct TrafficViewEnrollmentStatus : IEquatable<Microsoft.Azure.Management.TrafficManager.Models.TrafficViewEnrollmentStatus>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.TrafficManager.Models.TrafficViewEnrollmentStatusConverter))>]
type TrafficViewEnrollmentStatus = struct
Public Structure TrafficViewEnrollmentStatus
Implements IEquatable(Of TrafficViewEnrollmentStatus)
Herança
TrafficViewEnrollmentStatus
Atributos
Newtonsoft.Json.JsonConverterAttribute
Implementações

Campos

Disabled

Define valores para TrafficViewEnrollmentStatus.

Enabled

Define valores para TrafficViewEnrollmentStatus.

Métodos

Equals(Object)

Substitui o operador Equals para TrafficViewEnrollmentStatus

Equals(TrafficViewEnrollmentStatus)

Compara enumerações do tipo TrafficViewEnrollmentStatus

GetHashCode()

Retorna para hashCode TrafficViewEnrollmentStatus

ToString()

Retorna representação de cadeia de caracteres para TrafficViewEnrollmentStatus

Operadores

Equality(TrafficViewEnrollmentStatus, TrafficViewEnrollmentStatus)

Operador de substituição == para enum TrafficViewEnrollmentStatus

Implicit(String to TrafficViewEnrollmentStatus)

Operador implícito para converter cadeia de caracteres em TrafficViewEnrollmentStatus

Implicit(TrafficViewEnrollmentStatus to String)

Operador implícito para converter TrafficViewEnrollmentStatus em cadeia de caracteres

Inequality(TrafficViewEnrollmentStatus, TrafficViewEnrollmentStatus)

Operador != de substituição para enum TrafficViewEnrollmentStatus

Aplica-se a