BookmarksOperations interface
Schnittstelle stellt die Operationen eines Lesezeichens dar.
Eigenschaften
| create |
Erstellt oder aktualisiert die Textmarke. |
| delete | Löschen Sie die Textmarke. |
| get | Ruft eine Textmarke ab. |
| list | Ruft alle Lesezeichen ab. |
Details zur Eigenschaft
createOrUpdate
Erstellt oder aktualisiert die Textmarke.
createOrUpdate: (resourceGroupName: string, workspaceName: string, bookmarkId: string, bookmark: Bookmark, options?: BookmarksCreateOrUpdateOptionalParams) => Promise<Bookmark>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, bookmarkId: string, bookmark: Bookmark, options?: BookmarksCreateOrUpdateOptionalParams) => Promise<Bookmark>
delete
Löschen Sie die Textmarke.
delete: (resourceGroupName: string, workspaceName: string, bookmarkId: string, options?: BookmarksDeleteOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, bookmarkId: string, options?: BookmarksDeleteOptionalParams) => Promise<void>
get
Ruft eine Textmarke ab.
get: (resourceGroupName: string, workspaceName: string, bookmarkId: string, options?: BookmarksGetOptionalParams) => Promise<Bookmark>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, bookmarkId: string, options?: BookmarksGetOptionalParams) => Promise<Bookmark>
list
Ruft alle Lesezeichen ab.
list: (resourceGroupName: string, workspaceName: string, options?: BookmarksListOptionalParams) => PagedAsyncIterableIterator<Bookmark, Bookmark[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: BookmarksListOptionalParams) => PagedAsyncIterableIterator<Bookmark, Bookmark[], PageSettings>