Share via


TrafficRoutingMethod Struct

Definition

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