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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python