Interface WorkspacePrivateLinkResources


  • public interface WorkspacePrivateLinkResources
    Resource collection API of WorkspacePrivateLinkResources.
    • Method Detail

      • listByWorkspace

        com.azure.core.http.rest.PagedIterable<PrivateLinkResourceDescription> listByWorkspace​(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 that contains the service instance.
        workspaceName - The name of workspace resource.
        Returns:
        the private link resources that need to be created for a workspace 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.
      • listByWorkspace

        com.azure.core.http.rest.PagedIterable<PrivateLinkResourceDescription> listByWorkspace​(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 that contains the service instance.
        workspaceName - The name of workspace resource.
        context - The context to associate with this operation.
        Returns:
        the private link resources that need to be created for a workspace 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.
      • get

        PrivateLinkResourceDescription get​(String resourceGroupName,
                                           String workspaceName,
                                           String groupName)
        Gets a private link resource that need to be created for a workspace.
        Parameters:
        resourceGroupName - The name of the resource group that contains the service instance.
        workspaceName - The name of workspace resource.
        groupName - The name of the private link resource group.
        Returns:
        a private link resource 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.
      • getWithResponse

        com.azure.core.http.rest.Response<PrivateLinkResourceDescription> getWithResponse​(String resourceGroupName,
                                                                                          String workspaceName,
                                                                                          String groupName,
                                                                                          com.azure.core.util.Context context)
        Gets a private link resource that need to be created for a workspace.
        Parameters:
        resourceGroupName - The name of the resource group that contains the service instance.
        workspaceName - The name of workspace resource.
        groupName - The name of the private link resource group.
        context - The context to associate with this operation.
        Returns:
        a private link resource 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.