GenericResource Class
Resource information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.resource.resources.v2019_10_01.models._models_py3.ResourceGenericResource
Constructor
GenericResource(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, plan: Optional[azure.mgmt.resource.resources.v2019_10_01.models._models_py3.Plan] = None, properties: Optional[Any] = None, kind: Optional[str] = None, managed_by: Optional[str] = None, sku: Optional[azure.mgmt.resource.resources.v2019_10_01.models._models_py3.Sku] = None, identity: Optional[azure.mgmt.resource.resources.v2019_10_01.models._models_py3.Identity] = None, **kwargs)
Variables
- id
- str
Resource ID.
- name
- str
Resource name.
- type
- str
Resource type.
- location
- str
Resource location.
- plan
- Plan
The plan of the resource.
- properties
- any
The resource properties.
- kind
- str
The kind of the resource.
- managed_by
- str
ID of the resource that manages this resource.
- sku
- Sku
The SKU of the resource.
- identity
- Identity
The identity of the resource.
Feedback
Submit and view feedback for