Interface TrafficManagerProfile.UpdateStages.WithProfileStatus
-
- All Known Subinterfaces:
TrafficManagerProfile.Update
- Enclosing interface:
- TrafficManagerProfile.UpdateStages
public static interface TrafficManagerProfile.UpdateStages.WithProfileStatusThe stage of the traffic manager profile update allowing to disable or enable the profile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerProfile.UpdatewithProfileStatusDisabled()Specify that the profile needs to be disabled.TrafficManagerProfile.UpdatewithProfileStatusEnabled()Specify that the profile needs to be enabled.
-
-
-
Method Detail
-
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
-
-