### YamlMime:JavaType inheritances: - methods: - fullName: com.microsoft.azure.management.batch.EndpointDependency.description() name: description() nameWithType: EndpointDependency.description() returns: description:

the description value

type: summary: >-

Get human-readable supplemental information about the dependency and when it is applicable.

syntax: public String description() uid: com.microsoft.azure.management.batch.EndpointDependency.description() - fullName: com.microsoft.azure.management.batch.EndpointDependency.domainName() name: domainName() nameWithType: EndpointDependency.domainName() returns: description:

the domainName value

type: summary: >-

Get the domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.

syntax: public String domainName() uid: com.microsoft.azure.management.batch.EndpointDependency.domainName() - fullName: com.microsoft.azure.management.batch.EndpointDependency.endpointDetails() name: endpointDetails() nameWithType: EndpointDependency.endpointDetails() returns: description:

the endpointDetails value

type: List<> summary: >-

Get the list of connection details for this endpoint.

syntax: public List endpointDetails() uid: com.microsoft.azure.management.batch.EndpointDependency.endpointDetails() nameWithType: EndpointDependency syntax: public class EndpointDependency type: class uid: com.microsoft.azure.management.batch.EndpointDependency fullName: com.microsoft.azure.management.batch.EndpointDependency name: EndpointDependency package: com.microsoft.azure.management.batch summary:

A domain name and connection details used to access a dependency.

metadata: {}