Compartilhar via


IWithGeographicLocation<ParentT>.WithGeographicLocations Método

Definição

Sobrecargas

WithGeographicLocations(IList<IGeographicLocation>)

Especifica a lista de localização geográfica para o ponto de extremidade que será usado quando o perfil pai for configurado com o método de roteamento baseado geográfico TrafficRoutingMethod.GEOGRAPHIC.

WithGeographicLocations(IList<String>)

Especifica a lista de localização geográfica para o ponto de extremidade que será usado quando o perfil pai for configurado com o método de roteamento baseado geográfico TrafficRoutingMethod.GEOGRAPHIC.

WithGeographicLocations(IList<IGeographicLocation>)

Especifica a lista de localização geográfica para o ponto de extremidade que será usado quando o perfil pai for configurado com o método de roteamento baseado geográfico TrafficRoutingMethod.GEOGRAPHIC.

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<ParentT> WithGeographicLocations (System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.IGeographicLocation> geographicLocations);
abstract member WithGeographicLocations : System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.IGeographicLocation> -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<'ParentT>
Public Function WithGeographicLocations (geographicLocations As IList(Of IGeographicLocation)) As IWithAttach(Of ParentT)

Parâmetros

geographicLocations
IList<IGeographicLocation>

As localizações geográficas.

Retornos

Aplica-se a

WithGeographicLocations(IList<String>)

Especifica a lista de localização geográfica para o ponto de extremidade que será usado quando o perfil pai for configurado com o método de roteamento baseado geográfico TrafficRoutingMethod.GEOGRAPHIC.

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<ParentT> WithGeographicLocations (System.Collections.Generic.IList<string> geographicLocationCodes);
abstract member WithGeographicLocations : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<'ParentT>
Public Function WithGeographicLocations (geographicLocationCodes As IList(Of String)) As IWithAttach(Of ParentT)

Parâmetros

geographicLocationCodes
IList<String>

Os códigos de localização geográfica.

Retornos

Aplica-se a