TrafficViewEnrollmentStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for 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)
- Inheritance
-
TrafficViewEnrollmentStatus
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Disabled | |
Enabled |
Methods
Equals(Object) |
Overrides Equals operator for TrafficViewEnrollmentStatus |
Equals(TrafficViewEnrollmentStatus) |
Compares enums of type TrafficViewEnrollmentStatus |
GetHashCode() |
Returns for hashCode TrafficViewEnrollmentStatus |
ToString() |
Returns string representation for TrafficViewEnrollmentStatus |
Operators
Equality(TrafficViewEnrollmentStatus, TrafficViewEnrollmentStatus) |
Overriding == operator for enum TrafficViewEnrollmentStatus |
Implicit(String to TrafficViewEnrollmentStatus) |
Implicit operator to convert string to TrafficViewEnrollmentStatus |
Implicit(TrafficViewEnrollmentStatus to String) |
Implicit operator to convert TrafficViewEnrollmentStatus to string |
Inequality(TrafficViewEnrollmentStatus, TrafficViewEnrollmentStatus) |
Overriding != operator for enum TrafficViewEnrollmentStatus |
Applies to
Azure SDK for .NET