TrackedResource interface
The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'
- Extends
Property Details
location
The geo-location where the resource lives
location: string
Property Value
string
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>