TrafficManagerProfile.DefinitionStages.WithProfileStatus Interface

public static interface TrafficManagerProfile.DefinitionStages.WithProfileStatus

The stage of the traffic manager profile definition allowing to disable the profile.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProfileStatusDisabled()

Specify that the profile needs to be disabled.

Method Details

withProfileStatusDisabled

public abstract 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

Applies to