Interface TrafficManagerEndpoint.UpdateDefinitionStages.WithTrafficDisabled<ParentT>
- Type Parameters:
ParentT
- the return type ofAttachable.InUpdate.attach()
- All Known Subinterfaces:
TrafficManagerEndpoint.UpdateDefinition<ParentT>
,TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT>
,TrafficManagerEndpoint.UpdateDefinitionStages.WithEndpointThreshold<ParentT>
- Enclosing interface:
- TrafficManagerEndpoint.UpdateDefinitionStages
public static interface TrafficManagerEndpoint.UpdateDefinitionStages.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.UpdateDefinitionStages.WithAttach<ParentT> withTrafficDisabled()Specifies that this endpoint should be excluded from receiving traffic.- Returns:
- the next stage of the definition
-