GenericResource Class
Resource information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.resource.resources.v2022_09_01.models._models_py3.ResourceGenericResource
Constructor
GenericResource(*, location: str | None = None, extended_location: _models.ExtendedLocation | None = None, tags: Dict[str, str] | None = None, plan: _models.Plan | None = None, properties: MutableMapping[str, Any] | None = None, kind: str | None = None, managed_by: str | None = None, sku: _models.Sku | None = None, identity: _models.Identity | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Resource location. |
extended_location
|
Resource extended location. |
tags
|
Resource tags. |
plan
|
The plan of the resource. |
properties
|
<xref:JSON>
The resource properties. |
kind
|
The kind of the resource. |
managed_by
|
ID of the resource that manages this resource. |
sku
|
The SKU of the resource. |
identity
|
The identity of the resource. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
extended_location
|
Resource extended location. |
tags
|
Resource tags. |
plan
|
The plan of the resource. |
properties
|
<xref:JSON>
The resource properties. |
kind
|
The kind of the resource. |
managed_by
|
ID of the resource that manages this resource. |
sku
|
The SKU of the resource. |
identity
|
The identity of the resource. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python