TrafficViewEnrollmentStatus Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert Werte für 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)
- Vererbung
-
TrafficViewEnrollmentStatus
- Attribute
-
Newtonsoft.Json.JsonConverterAttribute
- Implementiert
Felder
Disabled |
Definiert Werte für TrafficViewEnrollmentStatus. |
Enabled |
Definiert Werte für TrafficViewEnrollmentStatus. |
Methoden
Equals(Object) |
Außerkraftsetzung des Equals-Operators für TrafficViewEnrollmentStatus |
Equals(TrafficViewEnrollmentStatus) |
Vergleicht Enumerationen vom Typ TrafficViewEnrollmentStatus |
GetHashCode() |
Rückgabe für hashCode TrafficViewEnrollmentStatus |
ToString() |
Gibt Zeichenfolgendarstellung für TrafficViewEnrollmentStatus zurück |
Operatoren
Equality(TrafficViewEnrollmentStatus, TrafficViewEnrollmentStatus) |
Überschreiben des Operators == für enum TrafficViewEnrollmentStatus |
Implicit(String to TrafficViewEnrollmentStatus) |
Impliziter Operator zum Konvertieren der Zeichenfolge in TrafficViewEnrollmentStatus |
Implicit(TrafficViewEnrollmentStatus to String) |
Impliziter Operator zum Konvertieren von TrafficViewEnrollmentStatus in Zeichenfolge |
Inequality(TrafficViewEnrollmentStatus, TrafficViewEnrollmentStatus) |
Überschreiben des !=-Operators für enum TrafficViewEnrollmentStatus |
Gilt für:
Azure SDK for .NET