次の方法で共有


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

型パラメーター

ParentT

の戻り値の型 WithAttach#attach()

public static interface TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight

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

メソッドの概要

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

親プロファイルが重み付けルーティング方法 WEIGHTEDで構成されている場合に使用されるエンドポイントの重みを指定します。

メソッドの詳細

withRoutingWeight

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

親プロファイルが重み付けルーティング方法 WEIGHTEDで構成されている場合に使用されるエンドポイントの重みを指定します。

Parameters:

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

Returns:

定義の次のステージ

適用対象