TrackedResourceUpdate interface
Base tracked resource type for PATCH updates
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?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}