Interface TrafficManagerEndpoint.UpdateStages.WithTrafficDisabledOrEnabled
-
- All Known Subinterfaces:
TrafficManagerEndpoint.Update,TrafficManagerEndpoint.UpdateAzureEndpoint,TrafficManagerEndpoint.UpdateExternalEndpoint,TrafficManagerEndpoint.UpdateNestedProfileEndpoint
- Enclosing interface:
- TrafficManagerEndpoint.UpdateStages
public static interface TrafficManagerEndpoint.UpdateStages.WithTrafficDisabledOrEnabledThe stage of the traffic manager profile endpoint update allowing to enable or disable it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerEndpoint.UpdatewithTrafficDisabled()Specifies that the endpoint should be excluded from receiving traffic.TrafficManagerEndpoint.UpdatewithTrafficEnabled()Specifies that the endpoint should receive the traffic.
-
-
-
Method Detail
-
withTrafficDisabled
TrafficManagerEndpoint.Update withTrafficDisabled()
Specifies that the endpoint should be excluded from receiving traffic.- Returns:
- the next stage of the update
-
withTrafficEnabled
TrafficManagerEndpoint.Update withTrafficEnabled()
Specifies that the endpoint should receive the traffic.- Returns:
- the next stage of the update
-
-