BookmarkRelationsOperations interface
Interface representing a BookmarkRelations operations.
Properties
| create |
Creates the bookmark relation. |
| delete | Delete the bookmark relation. |
| get | Gets a bookmark relation. |
| list | Gets all bookmark relations. |
Property Details
createOrUpdate
Creates the bookmark relation.
createOrUpdate: (resourceGroupName: string, workspaceName: string, bookmarkId: string, relationName: string, relation: Relation, options?: BookmarkRelationsCreateOrUpdateOptionalParams) => Promise<Relation>
Property Value
(resourceGroupName: string, workspaceName: string, bookmarkId: string, relationName: string, relation: Relation, options?: BookmarkRelationsCreateOrUpdateOptionalParams) => Promise<Relation>
delete
Delete the bookmark relation.
delete: (resourceGroupName: string, workspaceName: string, bookmarkId: string, relationName: string, options?: BookmarkRelationsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, workspaceName: string, bookmarkId: string, relationName: string, options?: BookmarkRelationsDeleteOptionalParams) => Promise<void>
get
Gets a bookmark relation.
get: (resourceGroupName: string, workspaceName: string, bookmarkId: string, relationName: string, options?: BookmarkRelationsGetOptionalParams) => Promise<Relation>
Property Value
(resourceGroupName: string, workspaceName: string, bookmarkId: string, relationName: string, options?: BookmarkRelationsGetOptionalParams) => Promise<Relation>
list
Gets all bookmark relations.
list: (resourceGroupName: string, workspaceName: string, bookmarkId: string, options?: BookmarkRelationsListOptionalParams) => PagedAsyncIterableIterator<Relation, Relation[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, bookmarkId: string, options?: BookmarkRelationsListOptionalParams) => PagedAsyncIterableIterator<Relation, Relation[], PageSettings>