次の方法で共有


TrafficManagerEndpoint.UpdateStages.WithRoutingWeight インターフェイス

public static interface TrafficManagerEndpoint.UpdateStages.WithRoutingWeight

エンドポイントの重みを指定できる Traffic Manager プロファイル エンドポイント更新のステージ。

メソッドの概要

修飾子と型 メソッドと説明
abstract Update withRoutingWeight(int weight)

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

メソッドの詳細

withRoutingWeight

public abstract TrafficManagerEndpoint.Update withRoutingWeight(int weight)

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

Parameters:

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

Returns:

更新プログラムの次のステージ

適用対象