Uses of Class
com.azure.resourcemanager.appservice.models.EndpointDetail
-
Packages that use EndpointDetail Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of EndpointDetail in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return EndpointDetail Modifier and Type Method Description EndpointDetailEndpointDetail. withIpAddress(String ipAddress)Set the ipAddress property: An IP Address that Domain Name currently resolves to.EndpointDetailEndpointDetail. withIsAccessible(Boolean isAccessible)Set the isAccessible property: 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 latency property: 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 property: The port an endpoint is connected to.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type EndpointDetail Modifier and Type Method Description List<EndpointDetail>EndpointDependency. endpointDetails()Get the endpointDetails property: The IP Addresses and Ports used when connecting to DomainName.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type EndpointDetail Modifier and Type Method Description EndpointDependencyEndpointDependency. withEndpointDetails(List<EndpointDetail> endpointDetails)Set the endpointDetails property: The IP Addresses and Ports used when connecting to DomainName.
-