Freigeben über


IWithGeographicLocation.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.Update.IUpdate 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.Update.IUpdate
Public Function WithGeographicLocations (geographicLocations As IList(Of IGeographicLocation)) As IUpdate

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.Update.IUpdate WithGeographicLocations (System.Collections.Generic.IList<string> geographicLocationCodes);
abstract member WithGeographicLocations : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate
Public Function WithGeographicLocations (geographicLocationCodes As IList(Of String)) As IUpdate

Parameter

geographicLocationCodes
IList<String>

Die geografischen Standortcodes.

Gibt zurück

Gilt für: