次の方法で共有


IWithEndpointThreshold<ParentT> インターフェイス

定義

入れ子になった Traffic Manager プロファイル エンドポイント定義のステージ。これにより、入れ子になったプロファイルでオンラインになる最小エンドポイントを指定して、低下していないと見なすことができます。

public interface IWithEndpointThreshold<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithCustomHeaders<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithGeographicLocation<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithRoutingPriority<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithRoutingWeight<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithSubnetRouting<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithTrafficDisabled<ParentT>
type IWithEndpointThreshold<'ParentT> = interface
    interface IWithAttach<'ParentT>
    interface IInUpdate<'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 IInUpdate(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 プロファイル エンドポイント定義のステージ。これにより、入れ子になったプロファイルでオンラインになる最小エンドポイントを指定して、低下していないと見なすことができます。

(継承元 IInUpdate<ParentT>)
WithCustomHeader(String, String)

正常性チェックで使用されるエンドポイントのカスタム ヘッダーを指定します

(継承元 IWithCustomHeaders<ParentT>)
WithCustomHeaders(IDictionary<String,String>)

正常性チェックで使用されるエンドポイントのカスタム ヘッダーを指定します

(継承元 IWithCustomHeaders<ParentT>)
WithGeographicLocation(IGeographicLocation)

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

(継承元 IWithGeographicLocation<ParentT>)
WithGeographicLocation(String)

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

(継承元 IWithGeographicLocation<ParentT>)
WithGeographicLocations(IList<IGeographicLocation>)

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

(継承元 IWithGeographicLocation<ParentT>)
WithGeographicLocations(IList<String>)

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

(継承元 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>)

適用対象