IUpdate インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
種類 (Azure、外部、入れ子になったプロファイル) に関係なく、すべてのエンドポイントに対して更新できる構成のセット。
public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithCustomHeaders, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithGeographicLocation, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithRoutingPriority, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithRoutingWeight, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithSubnetRouting, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithTrafficDisabledOrEnabled
type IUpdate = interface
interface ISettable<IUpdate>
interface IWithRoutingWeight
interface IWithRoutingPriority
interface IWithSubnetRouting
interface IWithCustomHeaders
interface IWithGeographicLocation
interface IWithTrafficDisabledOrEnabled
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithCustomHeaders, IWithGeographicLocation, IWithRoutingPriority, IWithRoutingWeight, IWithSubnetRouting, IWithTrafficDisabledOrEnabled
- 派生
- 実装
メソッド
Parent() |
種類 (Azure、外部、入れ子になったプロファイル) に関係なく、すべてのエンドポイントに対して更新できる構成のセット。 (継承元 ISettable<ParentT>) |
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