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.

Constructor Summary

Constructor Description
EndpointDependency()

Method Summary

Modifier and Type Method and Description
java.lang.String description()

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

java.lang.String domainName()

Get the domain name of the dependency.

java.util.List<EndpointDetail> endpointDetails()

Get the list of connection details for this endpoint.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

EndpointDependency

public EndpointDependency()

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