Share via


TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingWeight<ParentT> インターフェイス

型パラメーター

ParentT

の戻り値の型 WithAttach#attach()

public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingWeight

エンドポイントの重みを指定できる Traffic Manager エンドポイント定義のステージ。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithAttach<ParentT> withRoutingWeight(int weight)

プロファイルで重み付けベースのルーティング方法 WEIGHTED が有効になっているときに使用されるエンドポイントの重みを指定します。

メソッドの詳細

withRoutingWeight

public abstract TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach withRoutingWeight(int weight)

プロファイルで重み付けベースのルーティング方法 WEIGHTED が有効になっているときに使用されるエンドポイントの重みを指定します。

Parameters:

weight - エンドポイントの重み

Returns:

定義の次のステージ

適用対象