TrackedResource Class
Azure ARM Tracked Resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelTrackedResource
Constructor
TrackedResource(*, identity: Identity | None = None, location: str | None = None, tags: Dict[str, str] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
identity
Required
|
Identity Info on the tracked resource. |
location
Required
|
Gets or sets the location. |
tags
Required
|
A set of tags. Tags on the azure resource. |
Keyword-Only Parameters
Name | Description |
---|---|
identity
Required
|
|
location
Required
|
|
tags
Required
|
|
Variables
Name | Description |
---|---|
id
|
Gets or sets the identifier. |
name
|
Gets or sets the name. |
system_data
|
Metadata pertaining to creation and last modification of the resource. |
type
|
Gets or sets the type. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python