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>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript