Class OutboundEnvironmentEndpointInner

java.lang.Object
com.azure.resourcemanager.sql.fluent.models.OutboundEnvironmentEndpointInner

public final class OutboundEnvironmentEndpointInner extends Object
An endpoint that the managed instance service requires outbound network access to.
  • Constructor Details

    • OutboundEnvironmentEndpointInner

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

    • category

      public String category()
      Get the category property: The type of service accessed by the managed instance service, e.g., Azure Storage, Azure Active Directory, etc.
      Returns:
      the category value.
    • endpoints

      public List<EndpointDependency> endpoints()
      Get the endpoints property: The endpoints that the managed instance service communicates with in order to function correctly.
      Returns:
      the endpoints value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.