IWithGeographicLocation<ParentT>.WithGeographicLocation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithGeographicLocation(IGeographicLocation) |
Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method. |
WithGeographicLocation(String) |
Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method. |
WithGeographicLocation(IGeographicLocation)
Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<ParentT> WithGeographicLocation (Microsoft.Azure.Management.TrafficManager.Fluent.IGeographicLocation geographicLocation);
abstract member WithGeographicLocation : Microsoft.Azure.Management.TrafficManager.Fluent.IGeographicLocation -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithGeographicLocation (geographicLocation As IGeographicLocation) As IWithAttach(Of ParentT)
Parameters
- geographicLocation
- IGeographicLocation
The geographic location.
Returns
Applies to
WithGeographicLocation(String)
Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<ParentT> WithGeographicLocation (string geographicLocationCode);
abstract member WithGeographicLocation : string -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithGeographicLocation (geographicLocationCode As String) As IWithAttach(Of ParentT)
Parameters
- geographicLocationCode
- String
The geographic location code.
Returns
Applies to
Azure SDK for .NET