TargetResource Class
Target resource.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelTargetResource
Constructor
TargetResource(*, id: str | None = None, resource_name: str | None = None, resource_type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The ID of the resource. |
resource_name
|
The name of the resource. |
resource_type
|
The type of the resource. |
Variables
Name | Description |
---|---|
id
|
The ID of the resource. |
resource_name
|
The name of the resource. |
resource_type
|
The type of the resource. |
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