次の方法で共有


TrackedResource type

Azure Resource Manager のリソース モデル定義は、"タグ" と "場所" を持つ最上位リソースを追跡しました

type TrackedResource = Resource & {
  location: string
  tags?: { [propertyName: string]: string }
}