Compartilhar via


IWithTrafficRoutingMethod.WithMultiValueBasedRouting Método

Definição

Sobrecargas

WithMultiValueBasedRouting()

Especifica que o tráfego do usuário final deve retornar vários valores de endereço

WithMultiValueBasedRouting(Int32)

Especifica que o tráfego do usuário final deve retornar vários valores de endereço

WithMultiValueBasedRouting()

Especifica que o tráfego do usuário final deve retornar vários valores de endereço

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

Retornos

Aplica-se a

WithMultiValueBasedRouting(Int32)

Especifica que o tráfego do usuário final deve retornar vários valores de endereço

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

Parâmetros

maxReturn
Int32

número máximo de endereço a ser retornado

Retornos

Aplica-se a