你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithTrafficRoutingMethod.WithMultiValueBasedRouting 方法

定义

重载

WithMultiValueBasedRouting()

指定最终用户流量应返回多个地址值

WithMultiValueBasedRouting(Int32)

指定最终用户流量应返回多个地址值

WithMultiValueBasedRouting()

指定最终用户流量应返回多个地址值

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

返回

适用于

WithMultiValueBasedRouting(Int32)

指定最终用户流量应返回多个地址值

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate WithMultiValueBasedRouting (int maxReturn);
abstract member WithMultiValueBasedRouting : int -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate
Public Function WithMultiValueBasedRouting (maxReturn As Integer) As IUpdate

参数

maxReturn
Int32

要返回的最大地址数

返回

适用于