次の方法で共有


IWithEndpointThreshold<ParentT>.WithMinimumEndpointsToEnableTraffic メソッド

定義

入れ子になったプロファイルを正常と見なすためにオンラインにするエンドポイントの最小数を指定します。

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<ParentT> WithMinimumEndpointsToEnableTraffic (int count);
abstract member WithMinimumEndpointsToEnableTraffic : int -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithMinimumEndpointsToEnableTraffic (count As Integer) As IWithAttach(Of ParentT)

パラメーター

count
Int32

エンドポイントの数。

戻り値

適用対象