Resource Class

Model of the Resource.

All required parameters must be populated in order to send to Azure.

Inheritance
Resource

Constructor

Resource(*, location: str, sku: azure.mgmt.databox.v2020_04_01.models._models_py3.Sku, tags: Optional[Dict[str, str]] = None, identity: Optional[azure.mgmt.databox.v2020_04_01.models._models_py3.ResourceIdentity] = None, **kwargs)

Parameters

location
str
Required

Required. The location of the resource. This will be one of the supported and registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a resource cannot be changed once it is created, but if an identical region is specified on update the request will succeed.

tags
dict[str, str]
Required

A set of tags. The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).

sku
<xref:azure.mgmt.databox.models.Sku>
Required

Required. The sku type.

identity
<xref:azure.mgmt.databox.models.ResourceIdentity>
Required

Msi identity of the resource.