TrafficManagerProfile.UpdateStages.WithProfileStatus Interface

public static interface TrafficManagerProfile.UpdateStages.WithProfileStatus

The stage of the traffic manager profile update allowing to disable or enable the profile.

Method Summary

Modifier and Type Method and Description
abstract Update withProfileStatusDisabled()

Specify that the profile needs to be disabled.

abstract Update withProfileStatusEnabled()

Specify that the profile needs to be enabled.

Method Details

withProfileStatusDisabled

public abstract TrafficManagerProfile.Update 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 traffic manager profile update

withProfileStatusEnabled

public abstract TrafficManagerProfile.Update withProfileStatusEnabled()

Specify that the profile needs to be enabled.

Enabling the profile will enables traffic to all endpoints in the profile

Returns:

the next stage of the traffic manager profile update

Applies to