다음을 통해 공유


TrackedResource type

Azure Resource Manager에 대한 리소스 모델 정의는 '태그'와 '위치'가 있는 최상위 리소스를 추적했습니다.

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