Interface PrivateEndPointConnectionsClient


  • public interface PrivateEndPointConnectionsClient
    An instance of this class provides access to all the operations defined in PrivateEndPointConnectionsClient.
    • Method Detail

      • listByFactory

        com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionResourceInner> 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<PrivateEndpointConnectionResourceInner> 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.