次の方法で共有


TrafficManagerProfile.UpdateStages.WithProfileStatus インターフェイス

public static interface TrafficManagerProfile.UpdateStages.WithProfileStatus

プロファイルを無効または有効にできる Traffic Manager プロファイル更新のステージ。

メソッドの概要

修飾子と型 メソッドと説明
abstract Update withProfileStatusDisabled()

プロファイルを無効にする必要があることを指定します。

abstract Update withProfileStatusEnabled()

プロファイルを有効にする必要があることを指定します。

メソッドの詳細

withProfileStatusDisabled

public abstract TrafficManagerProfile.Update withProfileStatusDisabled()

プロファイルを無効にする必要があることを指定します。

プロファイルを無効にすると、プロファイル内のすべてのエンドポイントへのトラフィックが無効になります

Returns:

Traffic Manager プロファイルの更新の次のステージ

withProfileStatusEnabled

public abstract TrafficManagerProfile.Update withProfileStatusEnabled()

プロファイルを有効にする必要があることを指定します。

プロファイルを有効にすると、プロファイル内のすべてのエンドポイントへのトラフィックが有効になります

Returns:

Traffic Manager プロファイルの更新の次のステージ

適用対象