Interface PrivateLinkResourcesClient


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

    • listWithResponse

      com.azure.core.http.rest.Response<PrivateLinkResourceListResultInner> listWithResponse(String resourceGroupName, String workspaceName, com.azure.core.util.Context context)
      Gets the private link resources that need to be created for a workspace.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - Name of Azure Machine Learning workspace.
      context - The context to associate with this operation.
      Returns:
      the private link resources that need to be created for a workspace along with Response.
      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.
    • list

      PrivateLinkResourceListResultInner list(String resourceGroupName, String workspaceName)
      Gets the private link resources that need to be created for a workspace.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - Name of Azure Machine Learning workspace.
      Returns:
      the private link resources that need to be created for a workspace.
      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.