Interface BookmarkOperationsClient
public interface BookmarkOperationsClient
An instance of this class provides access to all the operations defined in BookmarkOperationsClient.
-
Method Summary
Modifier and TypeMethodDescriptionexpand
(String resourceGroupName, String workspaceName, String bookmarkId, BookmarkExpandParameters parameters) Expand an bookmark.com.azure.core.http.rest.Response<BookmarkExpandResponseInner>
expandWithResponse
(String resourceGroupName, String workspaceName, String bookmarkId, BookmarkExpandParameters parameters, com.azure.core.util.Context context) Expand an bookmark.
-
Method Details
-
expand
BookmarkExpandResponseInner 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<BookmarkExpandResponseInner> 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.
-