Class IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails

java.lang.Object
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails

public final class IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails extends Object
The details of Azure-SSIS integration runtime outbound network dependency endpoint.
  • Constructor Details

    • IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails

      public IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails()
  • Method Details

    • port

      public Integer port()
      Get the port property: The port of endpoint.
      Returns:
      the port value.
    • withPort

      Set the port property: The port of endpoint.
      Parameters:
      port - the port value to set.
      Returns:
      the IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails object itself.
    • validate

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