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