次の方法で共有


IWithRoutingWeight.WithRoutingWeight(Int32) メソッド

定義

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

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate WithRoutingWeight (int weight);
abstract member WithRoutingWeight : int -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate
Public Function WithRoutingWeight (weight As Integer) As IUpdate

パラメーター

weight
Int32

エンドポイントの重み。

戻り値

適用対象