BookmarksClient Interface
public interface BookmarksClient
An instance of this class provides access to all the operations defined in BookmarksClient.
Method Summary
Method Details
createOrUpdate
public abstract BookmarkInner createOrUpdate(String resourceGroupName, String workspaceName, String bookmarkId, BookmarkInner bookmark)
Creates or updates the bookmark.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<BookmarkInner> createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String bookmarkId, BookmarkInner bookmark, Context context)
Creates or updates the bookmark.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String bookmarkId)
Delete the bookmark.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String workspaceName, String bookmarkId, Context context)
Delete the bookmark.
Parameters:
Returns:
get
public abstract BookmarkInner get(String resourceGroupName, String workspaceName, String bookmarkId)
Gets a bookmark.
Parameters:
Returns:
getWithResponse
public abstract Response<BookmarkInner> getWithResponse(String resourceGroupName, String workspaceName, String bookmarkId, Context context)
Gets a bookmark.
Parameters:
Returns:
list
public abstract PagedIterable<BookmarkInner> list(String resourceGroupName, String workspaceName)
Gets all bookmarks.
Parameters:
Returns:
list
public abstract PagedIterable<BookmarkInner> list(String resourceGroupName, String workspaceName, Context context)
Gets all bookmarks.
Parameters:
Returns: