次の方法で共有


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

public static interface TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig

プロファイルと最小の子エンドポイントを指定できる入れ子になったプロファイル エンドポイント更新のステージ。

メソッドの概要

修飾子と型 メソッドと説明
abstract UpdateNestedProfileEndpoint toProfile(TrafficManagerProfile nestedProfile)

エンドポイントの入れ子になった Traffic Manager プロファイルを指定します。

abstract UpdateNestedProfileEndpoint withMinimumEndpointsToEnableTraffic(int count)

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

メソッドの詳細

toProfile

public abstract TrafficManagerEndpoint.UpdateNestedProfileEndpoint toProfile(TrafficManagerProfile nestedProfile)

エンドポイントの入れ子になった Traffic Manager プロファイルを指定します。

Parameters:

nestedProfile - 入れ子になった Traffic Manager プロファイル

Returns:

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

withMinimumEndpointsToEnableTraffic

public abstract TrafficManagerEndpoint.UpdateNestedProfileEndpoint withMinimumEndpointsToEnableTraffic(int count)

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

Parameters:

count - エンドポイントの数

Returns:

エンドポイント更新の次のステージ

適用対象