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, display_name: str, serialized_data: str, category: str, user_id: str, kind=None, tags=None, version: Optional[str] = None, workbook_tags=None, **kwargs)

Parameters

kind
str or SharedTypeKind
Required

The kind of workbook. Choices are user and shared. Possible values include: 'user', 'shared'

location
str
Required

Required. Resource location

tags
dict[str, str]
Required

Resource tags

display_name
str
Required

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

serialized_data
str
Required

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

category
str
Required

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

version
str
Required

Workbook version

workbook_tags
list[str]
Required

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

user_id
str
Required

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

Variables

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

time_modified
str

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