Interface TrafficManagerProfile.UpdateStages.WithProfileStatus

All Known Subinterfaces:
TrafficManagerProfile.Update
Enclosing interface:
TrafficManagerProfile.UpdateStages

public static interface TrafficManagerProfile.UpdateStages.WithProfileStatus
The stage of the traffic manager profile update allowing to disable or enable the profile.
  • Method Details

    • withProfileStatusDisabled

      TrafficManagerProfile.Update withProfileStatusDisabled()
      Specify that the profile needs to be disabled.

      Disabling the profile will disables traffic to all endpoints in the profile

      Returns:
      the next stage of the traffic manager profile update
    • withProfileStatusEnabled

      TrafficManagerProfile.Update withProfileStatusEnabled()
      Specify that the profile needs to be enabled.

      Enabling the profile will enables traffic to all endpoints in the profile

      Returns:
      the next stage of the traffic manager profile update