| Package | Description | 
|---|---|
| com.microsoft.azure.management.appservice | 
 This package contains the classes for WebSiteManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EndpointDetail | 
EndpointDetail.withIpAddress(String ipAddress)
Set an IP Address that Domain Name currently resolves to. 
 | 
EndpointDetail | 
EndpointDetail.withIsAccessable(Boolean isAccessable)
Set 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 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 an endpoint is connected to. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<EndpointDetail> | 
EndpointDependency.endpointDetails()
Get the IP Addresses and Ports used when connecting to DomainName. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EndpointDependency | 
EndpointDependency.withEndpointDetails(List<EndpointDetail> endpointDetails)
Set the IP Addresses and Ports used when connecting to DomainName. 
 | 
Copyright © 2019. All rights reserved.