Class EndpointDependency
java.lang.Object
com.microsoft.azure.management.batch.EndpointDependency
A domain name and connection details used to access a dependency.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet human-readable supplemental information about the dependency and when it is applicable.Get the domain name of the dependency.Get the list of connection details for this endpoint.
-
Constructor Details
-
EndpointDependency
public EndpointDependency()
-
-
Method Details
-
domainName
Get the domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.- Returns:
- the domainName value
-
description
Get human-readable supplemental information about the dependency and when it is applicable.- Returns:
- the description value
-
endpointDetails
Get the list of connection details for this endpoint.- Returns:
- the endpointDetails value
-