Class EndpointDependency

java.lang.Object
com.azure.resourcemanager.sql.models.EndpointDependency

public final class EndpointDependency extends Object
A domain name that the managed instance service needs to communicate with, along with additional details.
  • Constructor Details

    • EndpointDependency

      public EndpointDependency()
      Creates an instance of EndpointDependency class.
  • Method Details

    • domainName

      public String domainName()
      Get the domainName property: The domain name of the dependency.
      Returns:
      the domainName value.
    • endpointDetails

      public List<EndpointDetail> 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.