ParentT
- the return type of Attachable.InDefinition.attach()
public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingWeight<ParentT>
Modifier and Type | Method and Description |
---|---|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
withRoutingWeight(int weight)
Specifies the weight for the endpoint that will be used when the weight-based routing method
TrafficRoutingMethod.WEIGHTED is enabled on the profile. |
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> withRoutingWeight(int weight)
TrafficRoutingMethod.WEIGHTED
is enabled on the profile.weight
- the endpoint weightCopyright © 2019. All rights reserved.