Share via


IWithGeographicLocation<ParentT>.WithGeographicLocations Methode

Definition

Überlädt

WithGeographicLocations(IList<IGeographicLocation>)

Gibt die Liste der geografischen Standorte für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit einer geografischen Routingmethode konfiguriert wird.

WithGeographicLocations(IList<String>)

Gibt die Liste der geografischen Standorte für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit einer geografischen Routingmethode konfiguriert wird.

WithGeographicLocations(IList<IGeographicLocation>)

Gibt die Liste der geografischen Standorte für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit einer geografischen Routingmethode konfiguriert wird.

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)

Parameter

geographicLocations
IList<IGeographicLocation>

Die geografischen Standorte.

Gibt zurück

Gilt für:

WithGeographicLocations(IList<String>)

Gibt die Liste der geografischen Standorte für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit einer geografischen Routingmethode konfiguriert wird.

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)

Parameter

geographicLocationCodes
IList<String>

Die geografischen Standortcodes.

Gibt zurück

Gilt für: