Interface TrafficManagerEndpoint.DefinitionStages.WithTrafficDisabled<ParentT>
- Type Parameters:
ParentT
- the return type ofAttachable.InDefinition.attach()
- All Known Subinterfaces:
TrafficManagerEndpoint.Definition<ParentT>
,TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT>
,TrafficManagerEndpoint.DefinitionStages.WithEndpointThreshold<ParentT>
- Enclosing interface:
- TrafficManagerEndpoint.DefinitionStages
public static interface TrafficManagerEndpoint.DefinitionStages.WithTrafficDisabled<ParentT>
The stage of the traffic manager endpoint definition allowing to disable the endpoint.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that this endpoint should be excluded from receiving traffic.
-
Method Details
-
withTrafficDisabled
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> withTrafficDisabled()Specifies that this endpoint should be excluded from receiving traffic.- Returns:
- the next stage of the definition
-