Uses of Class
com.azure.resourcemanager.trafficmanager.fluent.models.EndpointInner
Packages that use EndpointInner
Package
Description
Package containing the service clients for TrafficManagerManagementClient.
Package containing the inner data models for TrafficManagerManagementClient.
-
Uses of EndpointInner in com.azure.resourcemanager.trafficmanager.fluent
Methods in com.azure.resourcemanager.trafficmanager.fluent that return EndpointInnerModifier and TypeMethodDescriptionEndpointsClient.createOrUpdate(String resourceGroupName, String profileName, String endpointType, String endpointName, EndpointInner parameters) Create or update a Traffic Manager endpoint.EndpointsClient.get(String resourceGroupName, String profileName, String endpointType, String endpointName) Gets a Traffic Manager endpoint.EndpointsClient.update(String resourceGroupName, String profileName, String endpointType, String endpointName, EndpointInner parameters) Update a Traffic Manager endpoint.Methods in com.azure.resourcemanager.trafficmanager.fluent that return types with arguments of type EndpointInnerModifier and TypeMethodDescriptionEndpointsClient.createOrUpdateAsync(String resourceGroupName, String profileName, String endpointType, String endpointName, EndpointInner parameters) Create or update a Traffic Manager endpoint.com.azure.core.http.rest.Response<EndpointInner>EndpointsClient.createOrUpdateWithResponse(String resourceGroupName, String profileName, String endpointType, String endpointName, EndpointInner parameters, com.azure.core.util.Context context) Create or update a Traffic Manager endpoint.Mono<com.azure.core.http.rest.Response<EndpointInner>>EndpointsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String profileName, String endpointType, String endpointName, EndpointInner parameters) Create or update a Traffic Manager endpoint.EndpointsClient.getAsync(String resourceGroupName, String profileName, String endpointType, String endpointName) Gets a Traffic Manager endpoint.com.azure.core.http.rest.Response<EndpointInner>EndpointsClient.getWithResponse(String resourceGroupName, String profileName, String endpointType, String endpointName, com.azure.core.util.Context context) Gets a Traffic Manager endpoint.Mono<com.azure.core.http.rest.Response<EndpointInner>>EndpointsClient.getWithResponseAsync(String resourceGroupName, String profileName, String endpointType, String endpointName) Gets a Traffic Manager endpoint.EndpointsClient.updateAsync(String resourceGroupName, String profileName, String endpointType, String endpointName, EndpointInner parameters) Update a Traffic Manager endpoint.com.azure.core.http.rest.Response<EndpointInner>EndpointsClient.updateWithResponse(String resourceGroupName, String profileName, String endpointType, String endpointName, EndpointInner parameters, com.azure.core.util.Context context) Update a Traffic Manager endpoint.Mono<com.azure.core.http.rest.Response<EndpointInner>>EndpointsClient.updateWithResponseAsync(String resourceGroupName, String profileName, String endpointType, String endpointName, EndpointInner parameters) Update a Traffic Manager endpoint.Methods in com.azure.resourcemanager.trafficmanager.fluent with parameters of type EndpointInnerModifier and TypeMethodDescriptionEndpointsClient.createOrUpdate(String resourceGroupName, String profileName, String endpointType, String endpointName, EndpointInner parameters) Create or update a Traffic Manager endpoint.EndpointsClient.createOrUpdateAsync(String resourceGroupName, String profileName, String endpointType, String endpointName, EndpointInner parameters) Create or update a Traffic Manager endpoint.com.azure.core.http.rest.Response<EndpointInner>EndpointsClient.createOrUpdateWithResponse(String resourceGroupName, String profileName, String endpointType, String endpointName, EndpointInner parameters, com.azure.core.util.Context context) Create or update a Traffic Manager endpoint.Mono<com.azure.core.http.rest.Response<EndpointInner>>EndpointsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String profileName, String endpointType, String endpointName, EndpointInner parameters) Create or update a Traffic Manager endpoint.EndpointsClient.update(String resourceGroupName, String profileName, String endpointType, String endpointName, EndpointInner parameters) Update a Traffic Manager endpoint.EndpointsClient.updateAsync(String resourceGroupName, String profileName, String endpointType, String endpointName, EndpointInner parameters) Update a Traffic Manager endpoint.com.azure.core.http.rest.Response<EndpointInner>EndpointsClient.updateWithResponse(String resourceGroupName, String profileName, String endpointType, String endpointName, EndpointInner parameters, com.azure.core.util.Context context) Update a Traffic Manager endpoint.Mono<com.azure.core.http.rest.Response<EndpointInner>>EndpointsClient.updateWithResponseAsync(String resourceGroupName, String profileName, String endpointType, String endpointName, EndpointInner parameters) Update a Traffic Manager endpoint. -
Uses of EndpointInner in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return EndpointInnerModifier and TypeMethodDescriptionEndpointInner.withCustomHeaders(List<EndpointPropertiesCustomHeadersItem> customHeaders) Set the customHeaders property: List of custom headers.EndpointInner.withEndpointLocation(String endpointLocation) Set the endpointLocation property: Specifies the location of the external or nested endpoints when using the 'Performance' traffic routing method.EndpointInner.withEndpointMonitorStatus(EndpointMonitorStatus endpointMonitorStatus) Set the endpointMonitorStatus property: The monitoring status of the endpoint.EndpointInner.withEndpointStatus(EndpointStatus endpointStatus) Set the endpointStatus property: The status of the endpoint.EndpointInner.withGeoMapping(List<String> geoMapping) Set the geoMapping property: The list of countries/regions mapped to this endpoint when using the 'Geographic' traffic routing method.Set the id property: Fully qualified resource Id for the resource.EndpointInner.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.Set the name property: The name of the resource.EndpointInner.withPriority(Long priority) Set the priority property: The priority of this endpoint when using the 'Priority' traffic routing method.EndpointInner.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.EndpointInner.withTarget(String target) Set the target property: The fully-qualified DNS name or IP address of the endpoint.EndpointInner.withTargetResourceId(String targetResourceId) Set the targetResourceId property: The Azure Resource URI of the of the endpoint.Set the type property: The type of the resource.EndpointInner.withWeight(Long weight) Set the weight property: The weight of this endpoint when using the 'Weighted' traffic routing method.Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return types with arguments of type EndpointInnerModifier and TypeMethodDescriptionProfileInner.endpoints()Get the endpoints property: The list of endpoints in the Traffic Manager profile.Method parameters in com.azure.resourcemanager.trafficmanager.fluent.models with type arguments of type EndpointInnerModifier and TypeMethodDescriptionProfileInner.withEndpoints(List<EndpointInner> endpoints) Set the endpoints property: The list of endpoints in the Traffic Manager profile.