IUpdateExternalEndpoint インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
外部エンドポイントの全体が、親 Traffic Manager プロファイルの更新の一部として更新されます。
public interface IUpdateExternalEndpoint : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithFqdn, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithSourceTrafficRegion
type IUpdateExternalEndpoint = interface
interface IWithFqdn
interface IWithSourceTrafficRegion
interface IUpdate
interface ISettable<IUpdate>
interface IWithRoutingWeight
interface IWithRoutingPriority
interface IWithSubnetRouting
interface IWithCustomHeaders
interface IWithGeographicLocation
interface IWithTrafficDisabledOrEnabled
Public Interface IUpdateExternalEndpoint
Implements ISettable(Of IUpdate), IUpdate, IWithFqdn, IWithSourceTrafficRegion
- 実装
メソッド
FromRegion(Region) |
パフォーマンスベースのルーティング方法 TrafficRoutingMethod.PERFORMANCE がプロファイルで有効になっているときに使用されるエンドポイントのリージョンを指定します。 (継承元 IWithSourceTrafficRegion) |
Parent() |
外部エンドポイントの全体が、親 Traffic Manager プロファイルの更新の一部として更新されます。 (継承元 ISettable<ParentT>) |
ToFqdn(String) |
Azure でホストされていない外部エンドポイントの FQDN を指定します。 (継承元 IWithFqdn) |
WithCustomHeader(String, String) |
正常性チェックで使用されるエンドポイントのカスタム ヘッダーを指定します (継承元 IWithCustomHeaders) |
WithCustomHeaders(IDictionary<String,String>) |
正常性チェックで使用されるエンドポイントのカスタム ヘッダーを指定します (継承元 IWithCustomHeaders) |
WithGeographicLocation(IGeographicLocation) |
親プロファイルが地理的ベースのルーティング方法で構成されている場合に使用されるエンドポイントの地理的な場所を指定します。 (継承元 IWithGeographicLocation) |
WithGeographicLocation(String) |
親プロファイルが地理的ベースのルーティング方法で構成されている場合に使用されるエンドポイントの地理的な場所を指定します。 (継承元 IWithGeographicLocation) |
WithGeographicLocations(IList<IGeographicLocation>) |
親プロファイルが地理的ベースのルーティング方法で構成されている場合に使用されるエンドポイントの地理的な場所の一覧を指定します。 (継承元 IWithGeographicLocation) |
WithGeographicLocations(IList<String>) |
親プロファイルが地理的ベースのルーティング方法で構成されている場合に使用されるエンドポイントの地理的な場所の一覧を指定します。 (継承元 IWithGeographicLocation) |
WithoutGeographicLocation(IGeographicLocation) |
エンドポイントの地理的な場所エントリから削除する地理的な場所を指定します。 (継承元 IWithGeographicLocation) |
WithoutGeographicLocation(String) |
エンドポイントの地理的な場所エントリから削除する地理的な場所を指定します。 (継承元 IWithGeographicLocation) |
WithRoutingPriority(Int32) |
優先度ベースのルーティング方法がプロファイルで TrafficRoutingMethod.PRIORITY が有効になっている場合に使用されるエンドポイントの重みを指定します。 (継承元 IWithRoutingPriority) |
WithRoutingWeight(Int32) |
プロファイルで重み付けベースのルーティング方法 TrafficRoutingMethod.WEIGHTED が有効になっているときに使用されるエンドポイントの重みを指定します。 (継承元 IWithRoutingWeight) |
WithSubnetRouting(String, Int32) |
親プロファイルがサブネット ルーティング方法 TrafficRoutingMethod.SUBNET で構成されている場合に使用されるエンドポイントの優先度を指定します。 (継承元 IWithSubnetRouting) |
WithSubnetRouting(String, String) |
親プロファイルがサブネット ルーティング方法 TrafficRoutingMethod.SUBNET で構成されている場合に使用されるエンドポイントの優先度を指定します。 (継承元 IWithSubnetRouting) |
WithTrafficDisabled() |
エンドポイントをトラフィックの受信から除外することを指定します。 (継承元 IWithTrafficDisabledOrEnabled) |
WithTrafficEnabled() |
エンドポイントがトラフィックを受信することを指定します。 (継承元 IWithTrafficDisabledOrEnabled) |
適用対象
Azure SDK for .NET