public class EndpointDependency extends Object
| Constructor and Description |
|---|
EndpointDependency() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get human-readable supplemental information about the dependency and when it is applicable.
|
String |
domainName()
Get the domain name of the dependency.
|
List<EndpointDetail> |
endpointDetails()
Get the list of connection details for this endpoint.
|
public String domainName()
public String description()
public List<EndpointDetail> endpointDetails()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/