Megosztás a következőn keresztül:


TrafficViewEnrollmentStatus Struct

Definition

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