BookmarkRelations Interface
public interface BookmarkRelations
Resource collection API of BookmarkRelations.
Method Summary
Method Details
define
public abstract Relation.DefinitionStages.Blank define(String name)
Begins definition for a new Relation resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String bookmarkId, String relationName)
Delete the bookmark relation.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete the bookmark relation.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Delete the bookmark relation.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String workspaceName, String bookmarkId, String relationName, Context context)
Delete the bookmark relation.
Parameters:
Returns:
get
public abstract Relation get(String resourceGroupName, String workspaceName, String bookmarkId, String relationName)
Gets a bookmark relation.
Parameters:
Returns:
getById
public abstract Relation getById(String id)
Gets a bookmark relation.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<Relation> getByIdWithResponse(String id, Context context)
Gets a bookmark relation.
Parameters:
Returns:
getWithResponse
public abstract Response<Relation> getWithResponse(String resourceGroupName, String workspaceName, String bookmarkId, String relationName, Context context)
Gets a bookmark relation.
Parameters:
Returns:
list
public abstract PagedIterable<Relation> list(String resourceGroupName, String workspaceName, String bookmarkId)
Gets all bookmark relations.
Parameters:
Returns:
list
public abstract PagedIterable<Relation> list(String resourceGroupName, String workspaceName, String bookmarkId, String filter, String orderby, Integer top, String skipToken, Context context)
Gets all bookmark relations.
Parameters:
Returns: