TrafficManagerEndpoint.UpdateStages.WithTrafficDisabledOrEnabled Interface

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 Type Method and Description
abstract Update withTrafficDisabled()

Specifies that the endpoint should be excluded from receiving traffic.

abstract Update withTrafficEnabled()

Specifies that the endpoint should receive the traffic.

Method Details

withTrafficDisabled

public abstract TrafficManagerEndpoint.Update withTrafficDisabled()

Specifies that the endpoint should be excluded from receiving traffic.

Returns:

the next stage of the update

withTrafficEnabled

public abstract TrafficManagerEndpoint.Update withTrafficEnabled()

Specifies that the endpoint should receive the traffic.

Returns:

the next stage of the update

Applies to