Interface TrafficManagerProfile.DefinitionStages.WithProfileStatus
-
- All Known Subinterfaces:
TrafficManagerProfile.Definition,TrafficManagerProfile.DefinitionStages.WithCreate
- Enclosing interface:
- TrafficManagerProfile.DefinitionStages
public static interface TrafficManagerProfile.DefinitionStages.WithProfileStatusThe stage of the traffic manager profile definition allowing to disable the profile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerProfile.DefinitionStages.WithCreatewithProfileStatusDisabled()Specify that the profile needs to be disabled.
-
-
-
Method Detail
-
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
-
-