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.ResourceWorkbook
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
The kind of workbook. Choices are user and shared. Possible values include: 'user', 'shared'
- serialized_data
- str
Required. Configuration of this particular workbook. Configuration data is a string containing valid JSON
A list of 0 or more tags that are associated with this workbook definition
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.
Feedback
Submit and view feedback for