IWithGeographicLocation<ParentT>.WithGeographicLocations Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Devoluciones
Se aplica a
Azure SDK for .NET