Class EndpointDependency
java.lang.Object
com.azure.resourcemanager.batch.models.EndpointDependency
A domain name and connection details used to access a dependency.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Human-readable supplemental information about the dependency and when it is applicable.Get the domainName property: The domain name of the dependency.Get the endpointDetails property: The list of connection details for this endpoint.void
validate()
Validates the instance.
-
Constructor Details
-
EndpointDependency
public EndpointDependency()Creates an instance of EndpointDependency class.
-
-
Method Details
-
domainName
Get the domainName property: The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.- Returns:
- the domainName value.
-
description
Get the description property: Human-readable supplemental information about the dependency and when it is applicable.- Returns:
- the description value.
-
endpointDetails
Get the endpointDetails property: The list of connection details for this endpoint.- Returns:
- the endpointDetails value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-