Resource Class

An azure resource object.

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._serialization.Model
Resource

Constructor

Resource(*, location: str, kind: str | _models.SharedTypeKind | None = None, tags: Dict[str, 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.

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.