TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegion.fromRegion(com.azure.core.management.Region region) |
Specifies the location of the endpoint that will be used when the parent profile is configured with
Performance routing method TrafficRoutingMethod.PERFORMANCE.
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithAzureResource.toResourceId(String resourceId) |
Specifies the resource ID of an Azure resource.
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithCustomHeader.withCustomHeader(String name,
String value) |
Add a custom header.
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithCustomHeader.withCustomHeaders(Map<String,String> headerValues) |
Add custom headers.
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation.withGeographicLocation(GeographicLocation geographicLocation) |
Specifies the geographic location for the endpoint that will be used when the parent profile is
configured with geographic based routing method.
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation.withGeographicLocation(String geographicLocationCode) |
Specifies the geographic location for the endpoint that will be used when the parent profile is
configured with geographic based routing method.
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation.withGeographicLocations(Collection<String> geographicLocationCodes) |
Specifies the list of geographic location for the endpoint that will be used when the parent profile is
configured with geographic based routing method.
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation.withGeographicLocations(List<GeographicLocation> geographicLocations) |
Specifies the list of geographic location for the endpoint that will be used when the parent profile is
configured with geographic based routing method.
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithEndpointThreshold.withMinimumEndpointsToEnableTraffic(int count) |
Specifies the minimum number of endpoints to be online for the nested profile to be considered healthy.
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority.withRoutingPriority(int priority) |
Specifies the weight for the endpoint that will be used when priority-based routing method is TrafficRoutingMethod.PRIORITY enabled on the profile.
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingWeight.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> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithSubnet.withSubnet(String subnetStartIp,
int mask) |
Specifies the subnet for the endpoint in CIDR format (start ip, mask).
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithSubnet.withSubnet(String subnetStartIp,
String subnetEndIp) |
Specifies the subnet for the endpoint as an ip range.
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithSubnet.withSubnets(List<EndpointPropertiesSubnetsItem> subnets) |
Specifies the usbnets for this endpoint.
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithTrafficDisabled.withTrafficDisabled() |
Specifies that this endpoint should be excluded from receiving traffic.
|