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

Name Description
TrafficRoutingMethod(String)

Initializes a new instance of TrafficRoutingMethod.

Properties

Name Description
Geographic

Gets the Geographic.

MultiValue

Gets the MultiValue.

Performance

Gets the Performance.

Priority

Gets the Priority.

Subnet

Gets the Subnet.

Weighted

Gets the Weighted.

Methods

Name Description
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

Name Description
Equality(TrafficRoutingMethod, TrafficRoutingMethod)

Determines if two TrafficRoutingMethod values are the same.

Implicit(String to Nullable<TrafficRoutingMethod>)
Implicit(String to TrafficRoutingMethod)

Converts a string to a TrafficRoutingMethod.

Inequality(TrafficRoutingMethod, TrafficRoutingMethod)

Determines if two TrafficRoutingMethod values are not the same.

Applies to