IWithEndpointThreshold<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
入れ子になった Traffic Manager プロファイル エンドポイント定義のステージ。入れ子になったプロファイルでオンラインにする最小エンドポイントを指定して、低下していないと見なします。
public interface IWithEndpointThreshold<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithCustomHeaders<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithGeographicLocation<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithRoutingPriority<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithRoutingWeight<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithSubnetRouting<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithTrafficDisabled<ParentT>
type IWithEndpointThreshold<'ParentT> = interface
interface IWithAttach<'ParentT>
interface IInDefinition<'ParentT>
interface IWithRoutingWeight<'ParentT>
interface IWithRoutingPriority<'ParentT>
interface IWithSubnetRouting<'ParentT>
interface IWithCustomHeaders<'ParentT>
interface IWithGeographicLocation<'ParentT>
interface IWithTrafficDisabled<'ParentT>
Public Interface IWithEndpointThreshold(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithCustomHeaders(Of ParentT), IWithGeographicLocation(Of ParentT), IWithRoutingPriority(Of ParentT), IWithRoutingWeight(Of ParentT), IWithSubnetRouting(Of ParentT), IWithTrafficDisabled(Of ParentT)
型パラメーター
- ParentT
WithAttach.attach() の戻り値の型。
- 派生
- 実装
メソッド
Attach() |
入れ子になった Traffic Manager プロファイル エンドポイント定義のステージ。入れ子になったプロファイルでオンラインにする最小エンドポイントを指定して、低下していないと見なします。 (継承元 IInDefinition<ParentT>) |
WithCustomHeader(String, String) |
正常性チェックで使用されるエンドポイントのカスタム ヘッダーを指定します (継承元 IWithCustomHeaders<ParentT>) |
WithCustomHeaders(IDictionary<String,String>) |
正常性チェックで使用されるエンドポイントのカスタム ヘッダーを指定します (継承元 IWithCustomHeaders<ParentT>) |
WithGeographicLocation(IGeographicLocation) |
親プロファイルが地理的ベースのルーティング方法 TrafficRoutingMethod.GEOGRAPHIC で構成されている場合に使用されるエンドポイントの地理的な場所を指定します。 (継承元 IWithGeographicLocation<ParentT>) |
WithGeographicLocation(String) |
親プロファイルが地理的ベースのルーティング方法 TrafficRoutingMethod.GEOGRAPHIC で構成されている場合に使用されるエンドポイントの地理的な場所を指定します。 (継承元 IWithGeographicLocation<ParentT>) |
WithGeographicLocations(IList<IGeographicLocation>) |
親プロファイルが地理的に基づくルーティング方法 TrafficRoutingMethod.GEOGRAPHIC で構成されている場合に使用されるエンドポイントの地理的な場所の一覧を指定します。 (継承元 IWithGeographicLocation<ParentT>) |
WithGeographicLocations(IList<String>) |
親プロファイルが地理的に基づくルーティング方法 TrafficRoutingMethod.GEOGRAPHIC で構成されている場合に使用されるエンドポイントの地理的な場所の一覧を指定します。 (継承元 IWithGeographicLocation<ParentT>) |
WithMinimumEndpointsToEnableTraffic(Int32) |
入れ子になったプロファイルが正常と見なされるためにオンラインにするエンドポイントの最小数を指定します。 |
WithRoutingPriority(Int32) |
親プロファイルが優先順位ルーティング方法 TrafficRoutingMethod.PRIORITY で構成されている場合に使用されるエンドポイントの優先順位を指定します。 (継承元 IWithRoutingPriority<ParentT>) |
WithRoutingWeight(Int32) |
親プロファイルが重み付けルーティング方法 TrafficRoutingMethod.WEIGHTED で構成されている場合に使用されるエンドポイントの重みを指定します。 (継承元 IWithRoutingWeight<ParentT>) |
WithSubnetRouting(String, Int32) |
親プロファイルがサブネット ルーティング方法 TrafficRoutingMethod.SUBNET で構成されている場合に使用されるエンドポイントの優先順位を指定します。 (継承元 IWithSubnetRouting<ParentT>) |
WithSubnetRouting(String, String) |
親プロファイルがサブネット ルーティング方法 TrafficRoutingMethod.SUBNET で構成されている場合に使用されるエンドポイントの優先順位を指定します。 (継承元 IWithSubnetRouting<ParentT>) |
WithTrafficDisabled() |
このエンドポイントをトラフィックの受信から除外することを指定します。 (継承元 IWithTrafficDisabled<ParentT>) |
適用対象
Azure SDK for .NET