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
With |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java