| Modifier and Type | Method and Description |
|---|---|
EndpointDetail |
EndpointDetail.withIpAddress(String ipAddress)
Set an IP Address that Domain Name currently resolves to.
|
EndpointDetail |
EndpointDetail.withIsAccessible(Boolean isAccessible)
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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/