TrackedResource type
Azure Resource Manager 的資源模型定義已追蹤最上層資源,其具有「標記」和「位置」
type TrackedResource = Resource & {
location: string
tags?: { [propertyName: string]: string }
}
Azure Resource Manager 的資源模型定義已追蹤最上層資源,其具有「標記」和「位置」
type TrackedResource = Resource & {
location: string
tags?: { [propertyName: string]: string }
}