次の方法で共有


IWithGeographicLocation<ParentT>.WithGeographicLocations メソッド

定義

オーバーロード

WithGeographicLocations(IList<IGeographicLocation>)

親プロファイルが地理的ベースのルーティング方法で構成されている場合に使用されるエンドポイントの地理的な場所の一覧を指定します。

WithGeographicLocations(IList<String>)

親プロファイルが地理的ベースのルーティング方法で構成されている場合に使用されるエンドポイントの地理的な場所の一覧を指定します。

WithGeographicLocations(IList<IGeographicLocation>)

親プロファイルが地理的ベースのルーティング方法で構成されている場合に使用されるエンドポイントの地理的な場所の一覧を指定します。

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)

パラメーター

geographicLocations
IList<IGeographicLocation>

地理的な場所。

戻り値

適用対象

WithGeographicLocations(IList<String>)

親プロファイルが地理的ベースのルーティング方法で構成されている場合に使用されるエンドポイントの地理的な場所の一覧を指定します。

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)

パラメーター

geographicLocationCodes
IList<String>

地理的な場所コード。

戻り値

適用対象