EndpointDependency Class
- java.
lang. Object - com.
microsoft. azure. management. batch. EndpointDependency
- com.
public class EndpointDependency
A domain name and connection details used to access a dependency.
Method Summary
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. Domain names may be fully qualified or may contain a * wildcard. |
List<Endpoint |
endpointDetails()
Get the list of connection details for this endpoint. |
Method Details
description
public String description()
Get human-readable supplemental information about the dependency and when it is applicable.
Returns:
domainName
public String domainName()
Get the domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.
Returns:
endpointDetails
public List
Get the list of connection details for this endpoint.
Returns:
Applies to
Azure SDK for Java