TrafficManagerEndpoint.DefinitionStages.WithTrafficDisabled<ParentT> Interface
Type Parameters
- ParentT
the return type of WithAttach#attach()
public static interface TrafficManagerEndpoint.DefinitionStages.WithTrafficDisabled
The stage of the traffic manager endpoint definition allowing to disable the endpoint.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withTrafficDisabled()
Specifies that this endpoint should be excluded from receiving traffic. |
Method Details
withTrafficDisabled
public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach
Specifies that this endpoint should be excluded from receiving traffic.
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