Class EndpointDependency

java.lang.Object
com.microsoft.azure.management.batch.EndpointDependency

public class EndpointDependency extends Object
A domain name and connection details used to access a dependency.
  • Constructor Details

    • EndpointDependency

      public EndpointDependency()
  • Method Details

    • domainName

      public String domainName()
      Get the domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.
      Returns:
      the domainName value
    • description

      public String description()
      Get human-readable supplemental information about the dependency and when it is applicable.
      Returns:
      the description value
    • endpointDetails

      public List<EndpointDetail> endpointDetails()
      Get the list of connection details for this endpoint.
      Returns:
      the endpointDetails value