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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java