Uses of Interface
com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.Update
Package
Description
This package contains the classes for TrafficManagerManagementClient.
-
Uses of TrafficManagerEndpoint.Update in com.microsoft.azure.management.trafficmanager
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of an Azure endpoint update as a part of parent traffic manager profile profile update.static interface
The entirety of an external endpoint update as a part of parent traffic manager profile profile update.static interface
The entirety of a nested profile endpoint update as a part of parent traffic manager profile profile update.Modifier and TypeMethodDescriptionTrafficManagerEndpoint.UpdateStages.WithSourceTrafficRegion.fromRegion
(Region location) Specifies the region of the endpoint that will be used when the performance-based routing methodTrafficRoutingMethod.PERFORMANCE
is enabled on the profile.TrafficManagerEndpoint.UpdateStages.WithAzureResource.toResourceId
(String resourceId) Specifies the resource ID of an Azure resource.TrafficManagerEndpoint.UpdateStages.WithCustomHeader.withCustomHeader
(String name, String value) Add a custom header.TrafficManagerEndpoint.UpdateStages.WithCustomHeader.withCustomHeaders
(Map<String, String> headers) Add custom headers.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.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.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.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.UpdateStages.WithCustomHeader.withoutCustomHeader
(String name) Removes a custom header.TrafficManagerEndpoint.UpdateStages.WithGeographicLocation.withoutGeographicLocation
(GeographicLocation geographicLocation) Specifies the geographic location to be removed from the endpoint's geographic location entries.TrafficManagerEndpoint.UpdateStages.WithGeographicLocation.withoutGeographicLocation
(String geographicLocationCode) Specifies the geographic location to be removed from the endpoint's geographic location entries.TrafficManagerEndpoint.UpdateStages.WithSubnet.withoutSubnet
(String subnetStartIp, int scope) Specifies that the given subnet CIDR (start ip, mask) should be removed.TrafficManagerEndpoint.UpdateStages.WithSubnet.withoutSubnet
(String subnetStartIp, String subnetEndIp) Specifies that subnet with the given range should be removed.TrafficManagerEndpoint.UpdateStages.WithRoutingPriority.withRoutingPriority
(int priority) Specifies the weight for the endpoint that will be used when priority-based routing method isTrafficRoutingMethod.PRIORITY
enabled on the profile.TrafficManagerEndpoint.UpdateStages.WithRoutingWeight.withRoutingWeight
(int weight) Specifies the weight for the endpoint that will be used when the weight-based routing methodTrafficRoutingMethod.WEIGHTED
is enabled on the profile.TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnet
(String subnetStartIp, int mask) Specifies the subnets for the endpoint in CIDR format (start ip, mask).TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnet
(String subnetStartIp, String subnetEndIp) Specifies the subnets for the endpoint as an ip range.TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnets
(List<EndpointPropertiesSubnetsItem> subnets) Specifies the subnets for this endpoint.TrafficManagerEndpoint.UpdateStages.WithTrafficDisabledOrEnabled.withTrafficDisabled()
Specifies that the endpoint should be excluded from receiving traffic.TrafficManagerEndpoint.UpdateStages.WithTrafficDisabledOrEnabled.withTrafficEnabled()
Specifies that the endpoint should receive the traffic.