TaggedResource interface
An ARM resource with that can accept tags
Properties
| tags | Tags of the service which is a list of key value pairs that describe the resource. |
Property Details
tags
Tags of the service which is a list of key value pairs that describe the resource.
tags?: Record<string, string>
Property Value
Record<string, string>