TrackedResource Class
The resource model definition for a ARM tracked top level resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.privatedns.models._models_py3.ResourceTrackedResource
Constructor
TrackedResource(*, tags: Dict[str, str] | None = None, location: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Resource tags. |
location
|
The Azure Region where the resource lives. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource Id for the resource. Example - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}'. # pylint: disable=line-too-long |
name
|
The name of the resource. |
type
|
The type of the resource. Example - 'Microsoft.Network/privateDnsZones'. |
tags
|
Resource tags. |
location
|
The Azure Region where the resource lives. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python