Workbook Class

An Application Insights workbook definition.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.applicationinsights.v2018_06_17_preview.models._models_py3.Resource
Workbook

Constructor

Workbook(*, location: str, 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, version: str | None = None, tags_properties_tags: List[str] | None = None, source_id: 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".

location
str

Resource location. Required.

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.

version
str

Workbook version.

tags_properties_tags

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

source_id
str

ResourceId for a source resource.

Variables

Name Description
id
str

Azure resource Id.

name
str

Azure resource name. This is GUID value. The display name should be assigned within properties field.

type
str

Azure resource type.

kind

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

location
str

Resource location. Required.

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.

time_modified
str

Date and time in UTC of the last modification that was made to this workbook definition.

category
str

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

version
str

Workbook version.

tags_properties_tags

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

user_id
str

Unique user id of the specific user that owns this workbook.

source_id
str

ResourceId for a source resource.