BookmarkOperations interface
Interface representing a BookmarkOperations.
Methods
expand(string, string, string, Bookmark |
Expand an bookmark |
Method Details
expand(string, string, string, BookmarkExpandParameters, BookmarkExpandOptionalParams)
Expand an bookmark
function expand(resourceGroupName: string, workspaceName: string, bookmarkId: string, parameters: BookmarkExpandParameters, options?: BookmarkExpandOptionalParams): Promise<BookmarkExpandResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- bookmarkId
-
string
Bookmark ID
- parameters
- BookmarkExpandParameters
The parameters required to execute an expand operation on the given bookmark.
- options
- BookmarkExpandOptionalParams
The options parameters.
Returns
Promise<BookmarkExpandResponse>
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for JavaScript