Interface PrivateEndPointConnections


public interface PrivateEndPointConnections
Resource collection API of PrivateEndPointConnections.
  • Method Details

    • listByFactory

      com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionResource> listByFactory(String resourceGroupName, String factoryName)
      Lists Private endpoint connections.
      Parameters:
      resourceGroupName - The resource group name.
      factoryName - The factory name.
      Returns:
      a list of linked service resources as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listByFactory

      com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionResource> listByFactory(String resourceGroupName, String factoryName, com.azure.core.util.Context context)
      Lists Private endpoint connections.
      Parameters:
      resourceGroupName - The resource group name.
      factoryName - The factory name.
      context - The context to associate with this operation.
      Returns:
      a list of linked service resources as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.