Uses of Class
com.azure.resourcemanager.appservice.models.EndpointDetail
Packages that use EndpointDetail
Package
Description
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 EndpointDetailModifier and TypeMethodDescriptionstatic EndpointDetailEndpointDetail.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EndpointDetail from the JsonReader.EndpointDetail.withIpAddress(String ipAddress) Set the ipAddress property: An IP Address that Domain Name currently resolves to.EndpointDetail.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.EndpointDetail.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.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 EndpointDetailModifier and TypeMethodDescriptionEndpointDependency.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 EndpointDetailModifier and TypeMethodDescriptionEndpointDependency.withEndpointDetails(List<EndpointDetail> endpointDetails) Set the endpointDetails property: The IP Addresses and Ports used when connecting to DomainName.