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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT>withTrafficDisabled()Specifies that this endpoint should be excluded from receiving traffic.
-
-
-
Method Detail
-
withTrafficDisabled
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> withTrafficDisabled()
Specifies that this endpoint should be excluded from receiving traffic.- Returns:
- the next stage of the definition
-
-