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.
Indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile. Null, indicates 'Disabled'. Enabling this feature will increase the cost of the Traffic Manage profile.
public readonly struct TrafficViewEnrollmentStatus : IEquatable<Azure.ResourceManager.TrafficManager.Models.TrafficViewEnrollmentStatus>
type TrafficViewEnrollmentStatus = struct
Public Structure TrafficViewEnrollmentStatus
Implements IEquatable(Of TrafficViewEnrollmentStatus)
- Inheritance
-
TrafficViewEnrollmentStatus
- Implements
Constructors
TrafficViewEnrollmentStatus(String) |
Initializes a new instance of TrafficViewEnrollmentStatus. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(TrafficViewEnrollmentStatus) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(TrafficViewEnrollmentStatus, TrafficViewEnrollmentStatus) |
Determines if two TrafficViewEnrollmentStatus values are the same. |
Implicit(String to TrafficViewEnrollmentStatus) |
Converts a string to a TrafficViewEnrollmentStatus. |
Inequality(TrafficViewEnrollmentStatus, TrafficViewEnrollmentStatus) |
Determines if two TrafficViewEnrollmentStatus values are not the same. |
Applies to
Azure SDK for .NET