CreateOrUpdateTrackedResourceProperties interface
Properties required to create any resource tracked by Azure Resource Manager.
Properties
| location | The location of the resource. |
| tags | Key-value pairs of additional properties for the resource. |
Property Details
location
The location of the resource.
location: string
Property Value
string
tags
Key-value pairs of additional properties for the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}