Interface TrafficManagerProfile.DefinitionStages.WithProfileStatus
- All Known Subinterfaces:
TrafficManagerProfile.Definition
,TrafficManagerProfile.DefinitionStages.WithCreate
- Enclosing interface:
- TrafficManagerProfile.DefinitionStages
public static interface TrafficManagerProfile.DefinitionStages.WithProfileStatus
The stage of the traffic manager profile definition allowing to disable the profile.
-
Method Summary
Modifier and TypeMethodDescriptionSpecify that the profile needs to be disabled.
-
Method Details
-
withProfileStatusDisabled
TrafficManagerProfile.DefinitionStages.WithCreate 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 definition
-