Uses of Class
com.azure.resourcemanager.trafficmanager.fluent.models.EndpointProperties
Packages that use EndpointProperties
Package
Description
Package containing the inner data models for TrafficManagerManagementClient.
-
Uses of EndpointProperties in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return EndpointPropertiesModifier and TypeMethodDescriptionstatic EndpointPropertiesEndpointProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EndpointProperties from the JsonReader.EndpointProperties.withAlwaysServe(AlwaysServe alwaysServe) Set the alwaysServe property: If Always Serve is enabled, probing for endpoint health will be disabled and endpoints will be included in the traffic routing method.EndpointProperties.withCustomHeaders(List<EndpointPropertiesCustomHeadersItem> customHeaders) Set the customHeaders property: List of custom headers.EndpointProperties.withEndpointLocation(String endpointLocation) Set the endpointLocation property: Specifies the location of the external or nested endpoints when using the 'Performance' traffic routing method.EndpointProperties.withEndpointMonitorStatus(EndpointMonitorStatus endpointMonitorStatus) Set the endpointMonitorStatus property: The monitoring status of the endpoint.EndpointProperties.withEndpointStatus(EndpointStatus endpointStatus) Set the endpointStatus property: The status of the endpoint.EndpointProperties.withGeoMapping(List<String> geoMapping) Set the geoMapping property: The list of countries/regions mapped to this endpoint when using the 'Geographic' traffic routing method.EndpointProperties.withMinChildEndpoints(Long minChildEndpoints) Set the minChildEndpoints property: The minimum number of endpoints that must be available in the child profile in order for the parent profile to be considered available.EndpointProperties.withMinChildEndpointsIPv4(Long minChildEndpointsIPv4) Set the minChildEndpointsIPv4 property: The minimum number of IPv4 (DNS record type A) endpoints that must be available in the child profile in order for the parent profile to be considered available.EndpointProperties.withMinChildEndpointsIPv6(Long minChildEndpointsIPv6) Set the minChildEndpointsIPv6 property: The minimum number of IPv6 (DNS record type AAAA) endpoints that must be available in the child profile in order for the parent profile to be considered available.EndpointProperties.withPriority(Long priority) Set the priority property: The priority of this endpoint when using the 'Priority' traffic routing method.EndpointProperties.withSubnets(List<EndpointPropertiesSubnetsItem> subnets) Set the subnets property: The list of subnets, IP addresses, and/or address ranges mapped to this endpoint when using the 'Subnet' traffic routing method.EndpointProperties.withTarget(String target) Set the target property: The fully-qualified DNS name or IP address of the endpoint.EndpointProperties.withTargetResourceId(String targetResourceId) Set the targetResourceId property: The Azure Resource URI of the of the endpoint.EndpointProperties.withWeight(Long weight) Set the weight property: The weight of this endpoint when using the 'Weighted' traffic routing method.