Interface TrafficManagerEndpoint.UpdateStages.WithTrafficDisabledOrEnabled
- All Known Subinterfaces:
TrafficManagerEndpoint.Update
,TrafficManagerEndpoint.UpdateAzureEndpoint
,TrafficManagerEndpoint.UpdateExternalEndpoint
,TrafficManagerEndpoint.UpdateNestedProfileEndpoint
- Enclosing interface:
- TrafficManagerEndpoint.UpdateStages
public static interface TrafficManagerEndpoint.UpdateStages.WithTrafficDisabledOrEnabled
The stage of the traffic manager profile endpoint update allowing to enable or disable it.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that the endpoint should be excluded from receiving traffic.Specifies that the endpoint should receive the traffic.
-
Method Details
-
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
-