| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointDetail |
EndpointDetail.withIpAddress(String ipAddress)
Set the ipAddress property: An IP Address that Domain Name currently resolves to.
|
EndpointDetail |
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 |
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.
|
EndpointDetail |
EndpointDetail.withPort(Integer port)
Set the port property: The port an endpoint is connected to.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.