Compartir a través de


IWithGeographicLocation<ParentT>.WithGeographicLocations Método

Definición

Sobrecargas

WithGeographicLocations(IList<IGeographicLocation>)

Especifica la lista de ubicaciones geográficas para el punto de conexión que se usará cuando el perfil primario esté configurado con el método de enrutamiento basado en geografía.

WithGeographicLocations(IList<String>)

Especifica la lista de ubicaciones geográficas para el punto de conexión que se usará cuando el perfil primario esté configurado con el método de enrutamiento basado en geografía.

WithGeographicLocations(IList<IGeographicLocation>)

Especifica la lista de ubicaciones geográficas para el punto de conexión que se usará cuando el perfil primario esté configurado con el método de enrutamiento basado en geografía.

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.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.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithGeographicLocations (geographicLocations As IList(Of IGeographicLocation)) As IWithAttach(Of ParentT)

Parámetros

geographicLocations
IList<IGeographicLocation>

Ubicaciones geográficas.

Devoluciones

Se aplica a

WithGeographicLocations(IList<String>)

Especifica la lista de ubicaciones geográficas para el punto de conexión que se usará cuando el perfil primario esté configurado con el método de enrutamiento basado en geografía.

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

Parámetros

geographicLocationCodes
IList<String>

Códigos de ubicación geográfica.

Devoluciones

Se aplica a