EndpointDependency Class

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

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<EndpointDetail> 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:

the description value

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

endpointDetails

public List endpointDetails()

Get the list of connection details for this endpoint.

Returns:

the endpointDetails value

Applies to