TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.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.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.WithAzureResource.toResourceId(String resourceId) |
Specifies the resource ID of an Azure resource.
|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.WithCustomHeader.withCustomHeader(String name,
String value) |
Add a custom header.
|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.WithCustomHeader.withCustomHeaders(Map<String,String> headerValues) |
Add a custom header.
|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.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 TrafficRoutingMethod.GEOGRAPHIC.
|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.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 TrafficRoutingMethod.GEOGRAPHIC.
|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.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 TrafficRoutingMethod.GEOGRAPHIC.
|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.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 TrafficRoutingMethod.GEOGRAPHIC.
|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.WithEndpointThreshold.withMinimumEndpointsToEnableTraffic(int count) |
Specifies the minimum number of endpoints to be online for the nested profile to be considered healthy.
|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.WithRoutingPriority.withRoutingPriority(int priority) |
Specifies the priority for the endpoint that will be used when the parent profile is configured with
Priority routing method TrafficRoutingMethod.PRIORITY.
|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight.withRoutingWeight(int weight) |
Specifies the weight for the endpoint that will be used when the parent profile is configured with
Weighted routing method TrafficRoutingMethod.WEIGHTED.
|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.WithSubnet.withSubnet(String subnetStartIp,
int mask) |
Specifies the subnets for the endpoint in CIDR format (start ip, mask).
|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.WithSubnet.withSubnet(String subnetStartIp,
String subnetEndIp) |
Specifies the subnets for the endpoint as ip range.
|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.WithSubnet.withSubnets(List<EndpointPropertiesSubnetsItem> subnets) |
Specifies the subnets for this endpoint.
|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.WithTrafficDisabled.withTrafficDisabled() |
Specifies that this endpoint should be excluded from receiving traffic.
|