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