TrafficRoutingMethod 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.
The traffic routing method of the Traffic Manager profile.
public readonly struct TrafficRoutingMethod : IEquatable<Azure.ResourceManager.TrafficManager.Models.TrafficRoutingMethod>
type TrafficRoutingMethod = struct
Public Structure TrafficRoutingMethod
Implements IEquatable(Of TrafficRoutingMethod)
- Inheritance
-
TrafficRoutingMethod
- Implements
Constructors
TrafficRoutingMethod(String) |
Initializes a new instance of TrafficRoutingMethod. |
Properties
Geographic |
Geographic. |
MultiValue |
MultiValue. |
Performance |
Performance. |
Priority |
Priority. |
Subnet |
Subnet. |
Weighted |
Weighted. |
Methods
Equals(TrafficRoutingMethod) |
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(TrafficRoutingMethod, TrafficRoutingMethod) |
Determines if two TrafficRoutingMethod values are the same. |
Implicit(String to TrafficRoutingMethod) |
Converts a string to a TrafficRoutingMethod. |
Inequality(TrafficRoutingMethod, TrafficRoutingMethod) |
Determines if two TrafficRoutingMethod values are not the same. |
Applies to
Azure SDK for .NET