Uses of Class
com.microsoft.azure.management.appservice.EndpointDetail
-
-
Uses of EndpointDetail in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return EndpointDetail Modifier and Type Method Description EndpointDetailEndpointDetail. withIpAddress(String ipAddress)Set an IP Address that Domain Name currently resolves to.EndpointDetailEndpointDetail. withIsAccessable(Boolean isAccessable)Set whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port.EndpointDetailEndpointDetail. 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.EndpointDetailEndpointDetail. withPort(Integer port)Set the port an endpoint is connected to.Methods in com.microsoft.azure.management.appservice that return types with arguments of type EndpointDetail Modifier and Type Method Description List<EndpointDetail>EndpointDependency. 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 EndpointDetail Modifier and Type Method Description EndpointDependencyEndpointDependency. withEndpointDetails(List<EndpointDetail> endpointDetails)Set the IP Addresses and Ports used when connecting to DomainName.
-