Resource interface
Model of the Resource.
Properties
identity | Msi identity of the resource |
location | 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. |
sku | The sku type. |
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). |
Property Details
identity
location
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.
location: string
Property Value
string
sku
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).
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}