Aracılığıyla paylaş


BookmarkOperationsClient Interface

public interface BookmarkOperationsClient

An instance of this class provides access to all the operations defined in BookmarkOperationsClient.

Method Details

expand

public abstract 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.

expandWithResponse

public abstract Response<BookmarkExpandResponseInner> expandWithResponse(String resourceGroupName, String workspaceName, String bookmarkId, BookmarkExpandParameters parameters, 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<T>.

Applies to