Interface BookmarkOperations


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

      • expand

        BookmarkExpandResponse expand​(String resourceGroupName,
                                      String workspaceName,
                                      String bookmarkId,
                                      BookmarkExpandParameters parameters)
        Expand an bookmark.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        bookmarkId - Bookmark ID.
        parameters - The parameters required to execute an expand operation on the given bookmark.
        Returns:
        the entity expansion result operation 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.
      • expandWithResponse

        com.azure.core.http.rest.Response<BookmarkExpandResponse> expandWithResponse​(String resourceGroupName,
                                                                                     String workspaceName,
                                                                                     String bookmarkId,
                                                                                     BookmarkExpandParameters parameters,
                                                                                     com.azure.core.util.Context context)
        Expand an bookmark.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        bookmarkId - Bookmark ID.
        parameters - The parameters required to execute an expand operation on the given bookmark.
        context - The context to associate with this operation.
        Returns:
        the entity expansion result operation response 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.