TrackedResource Class

Base 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 server.

Constructor

TrackedResource(*, location: str | _models.Location, tags: dict[str, str] | None = None, etag: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location

Location of the resource. Required. "global"

tags

Custom tags for the resource.

Default value: None
etag
str

The entity tag used for optimistic concurrency when modifying the resource.

Default value: None

Variables

Name Description
id
str

ID of the resource.

name
str

Name of the resource.

type
str

Type of Resource.

kind
str

The kind of the resource.

system_data

Metadata pertaining to creation and last modification of the resource.

location

Location of the resource. Required. "global"

tags

Custom tags for the resource.

etag
str

The entity tag used for optimistic concurrency when modifying the resource.