Share via


IWithTrafficRoutingMethod.WithTrafficRoutingMethod Method

Definition

Specifies the traffic routing method for the profile.

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate WithTrafficRoutingMethod (Microsoft.Azure.Management.TrafficManager.Fluent.TrafficRoutingMethod routingMethod);
abstract member WithTrafficRoutingMethod : Microsoft.Azure.Management.TrafficManager.Fluent.TrafficRoutingMethod -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate
Public Function WithTrafficRoutingMethod (routingMethod As TrafficRoutingMethod) As IUpdate

Parameters

routingMethod
TrafficRoutingMethod

The traffic routing method for the profile.

Returns

Applies to