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>
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for JavaScript