示例#1
0
 /// <summary>
 /// Specifies the traffic routing method for the profile.
 /// </summary>
 /// <param name="routingMethod">The traffic routing method for the profile.</param>
 /// <return>The next stage of the traffic manager profile update.</return>
 Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IWithTrafficRoutingMethod.WithTrafficRoutingMethod(TrafficRoutingMethod routingMethod)
 {
     return(this.WithTrafficRoutingMethod(routingMethod));
 }
示例#2
0
 /// <summary>
 /// Specify the traffic routing method for the profile.
 /// </summary>
 /// <param name="routingMethod">The traffic routing method for the profile.</param>
 /// <return>The next stage of the definition.</return>
 Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithEndpoint Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithTrafficRoutingMethod.WithTrafficRoutingMethod(TrafficRoutingMethod routingMethod)
 {
     return(this.WithTrafficRoutingMethod(routingMethod));
 }
 ///GENMHASH:BB0D1050B0185C55C13B3722F9DC8EFD:954997B5F0A4C3371FBFA90DB6C24AC3
 public TrafficManagerProfileImpl WithTrafficRoutingMethod(TrafficRoutingMethod routingMethod)
 {
     Inner.TrafficRoutingMethod = routingMethod.ToString();
     return(this);
 }