WorkbookUpdateParameters Class

The parameters that can be provided when updating workbook properties properties.

Inheritance
azure.mgmt.applicationinsights._serialization.Model
WorkbookUpdateParameters

Constructor

WorkbookUpdateParameters(*, kind: str | _models.SharedTypeKind | None = None, tags: Dict[str, str] | None = None, display_name: str | None = None, serialized_data: str | None = None, category: str | None = None, tags_properties_tags: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind

The kind of workbook. Choices are user and shared. Known values are: "user" and "shared".

tags

Resource tags.

display_name
str

The user-defined name (display name) of the workbook.

serialized_data
str

Configuration of this particular workbook. Configuration data is a string containing valid JSON.

category
str

Workbook category, as defined by the user at creation time.

tags_properties_tags

A list of 0 or more tags that are associated with this workbook definition.

Variables

Name Description
kind

The kind of workbook. Choices are user and shared. Known values are: "user" and "shared".

tags

Resource tags.

display_name
str

The user-defined name (display name) of the workbook.

serialized_data
str

Configuration of this particular workbook. Configuration data is a string containing valid JSON.

category
str

Workbook category, as defined by the user at creation time.

tags_properties_tags

A list of 0 or more tags that are associated with this workbook definition.