共用方式為


BookmarkOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

SecurityInsights's

<xref:bookmark> attribute.

Inheritance
builtins.object
BookmarkOperations

Constructor

BookmarkOperations(*args, **kwargs)

Methods

expand

Expand an bookmark.

expand

Expand an bookmark.

async expand(resource_group_name: str, workspace_name: str, bookmark_id: str, parameters: _models.BookmarkExpandParameters, *, content_type: str = 'application/json', **kwargs: Any) -> _models.BookmarkExpandResponse

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

workspace_name
Required
str

The name of the workspace. Required.

bookmark_id
Required
str

Bookmark ID. Required.

parameters
Required

The parameters required to execute an expand operation on the given bookmark. Is either a model type or a IO type. Required.

Keyword-Only Parameters

Name Description
content_type
str

Body Parameter content-type. Known values are: 'application/json'. Default value is None.

cls

A custom type or function that will be passed the direct response

Returns

Type Description

BookmarkExpandResponse or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.securityinsight.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\securityinsight\\models\\__init__.py'>