Class EndpointDependency
java.lang.Object
com.azure.resourcemanager.sql.models.EndpointDependency
A domain name that the managed instance service needs to communicate with, along with additional details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the domainName property: The domain name of the dependency.Get the endpointDetails property: The IP Addresses and Ports used when connecting to DomainName.voidvalidate()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.- Returns:
- the domainName value.
-
endpointDetails
Get the endpointDetails property: The IP Addresses and Ports used when connecting to DomainName.- Returns:
- the endpointDetails value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-