Share via


TrackedResource interface

The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'

Extends

Properties

location

The geo-location where the resource lives

tags

Resource tags.

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>