GenericResourceExpanded Class  
Resource information.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
GenericResourceExpanded(*, location: str | 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. Default value: None | 
| tags | Resource tags. Default value: None | 
| plan | The plan of the resource. Default value: None | 
| properties | The resource properties. Default value: None | 
| kind | The kind of the resource. Default value: None | 
| managed_by | ID of the resource that manages this resource. Default value: None | 
| sku | The SKU of the resource. Default value: None | 
| identity | The identity of the resource. Default value: None | 
Variables
| Name | Description | 
|---|---|
| id | Resource ID. | 
| name | Resource name. | 
| type | Resource type. | 
| location | Resource 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. | 
| created_time | The created time of the resource. This is only present if requested via the $expand query parameter. | 
| changed_time | The changed time of the resource. This is only present if requested via the $expand query parameter. | 
| provisioning_state | The provisioning state of the resource. This is only present if requested via the $expand query parameter. |