Uses of Class
com.microsoft.azure.management.appservice.EndpointDetail
Packages that use EndpointDetail
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of EndpointDetail in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return EndpointDetailModifier and TypeMethodDescriptionEndpointDetail.withIpAddress
(String ipAddress) Set an IP Address that Domain Name currently resolves to.EndpointDetail.withIsAccessible
(Boolean isAccessible) Set whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port.EndpointDetail.withLatency
(Double latency) Set the time in milliseconds it takes for a TCP connection to be created from the App Service Environment to this IpAddress at this Port.Set the port an endpoint is connected to.Methods in com.microsoft.azure.management.appservice that return types with arguments of type EndpointDetailModifier and TypeMethodDescriptionEndpointDependency.endpointDetails()
Get the IP Addresses and Ports used when connecting to DomainName.Method parameters in com.microsoft.azure.management.appservice with type arguments of type EndpointDetailModifier and TypeMethodDescriptionEndpointDependency.withEndpointDetails
(List<EndpointDetail> endpointDetails) Set the IP Addresses and Ports used when connecting to DomainName.