TrackedResource type
Time Series Insights resource that is tracked by Azure Resource Manager.
type TrackedResource = Resource & {
location: string
tags?: { [propertyName: string]: string }
}
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Time Series Insights resource that is tracked by Azure Resource Manager.
type TrackedResource = Resource & {
location: string
tags?: { [propertyName: string]: string }
}