GenericResource Class

Resource information.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.resource.managedapplications.models._models_py3.Resource
GenericResource

Constructor

GenericResource(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, managed_by: Optional[str] = None, sku: Optional[azure.mgmt.resource.managedapplications.models._models_py3.Sku] = None, identity: Optional[azure.mgmt.resource.managedapplications.models._models_py3.Identity] = None, **kwargs)

Variables

id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location.

tags
dict[str, str]

A set of tags. Resource tags.

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.