TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.WithSourceTrafficRegion.fromRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region location) |
|
TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.WithAzureResource.toResourceId(String resourceId) |
Specifies the resource ID of an Azure resource.
|
TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.WithCustomHeader.withCustomHeader(String name,
String value) |
Add a custom header.
|
TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.WithCustomHeader.withCustomHeaders(Map<String,String> headers) |
Add custom headers.
|
TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.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.Update |
TrafficManagerEndpoint.UpdateStages.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.Update |
TrafficManagerEndpoint.UpdateStages.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.Update |
TrafficManagerEndpoint.UpdateStages.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.Update |
TrafficManagerEndpoint.UpdateStages.WithCustomHeader.withoutCustomHeader(String name) |
Removes a custom header.
|
TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.WithGeographicLocation.withoutGeographicLocation(GeographicLocation geographicLocation) |
Specifies the geographic location to be removed from the endpoint's geographic location entries.
|
TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.WithGeographicLocation.withoutGeographicLocation(String geographicLocationCode) |
Specifies the geographic location to be removed from the endpoint's geographic location entries.
|
TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.WithSubnet.withoutSubnet(String subnetStartIp,
int scope) |
Specifies that the given subnet CIDR (start ip, mask) should be removed.
|
TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.WithSubnet.withoutSubnet(String subnetStartIp,
String subnetEndIp) |
Specifies that subnet with the given range should be removed.
|
TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.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.Update |
TrafficManagerEndpoint.UpdateStages.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.Update |
TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnet(String subnetStartIp,
int mask) |
Specifies the subnets for the endpoint in CIDR format (start ip, mask).
|
TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnet(String subnetStartIp,
String subnetEndIp) |
Specifies the subnets for the endpoint as an ip range.
|
TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnets(List<EndpointPropertiesSubnetsItem> subnets) |
Specifies the subnets for this endpoint.
|
TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.WithTrafficDisabledOrEnabled.withTrafficDisabled() |
Specifies that the endpoint should be excluded from receiving traffic.
|
TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.WithTrafficDisabledOrEnabled.withTrafficEnabled() |
Specifies that the endpoint should receive the traffic.
|