AutoExecuteStatusInheritedFrom type

자동 실행 상태의 현재 값이 상속되는 자원을 얻습니다. 자동 실행 상태는 자원 계층 구조의 서로 다른 수준에서 설정하거나 상속될 수 있습니다. 가능한 값으로는 '구독', '서버', 'ElasticPool', '데이터베이스', 그리고 '기본값'(상태가 명시적으로 설정되지 않은 경우)가 있습니다.

type AutoExecuteStatusInheritedFrom =
  | "Default"
  | "Subscription"
  | "Server"
  | "ElasticPool"
  | "Database"