TrackedResource Class
The Resource 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 server.
- Inheritance
-
azure.mgmt.servicebus.v2017_04_01.models._models_py3.ResourceTrackedResource
Constructor
TrackedResource(*, location: str, tags: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
The Geo-location where the resource lives. Required. |
tags
|
Resource tags. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
location
|
The Geo-location where the resource lives. Required. |
tags
|
Resource tags. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python