AutoExecuteStatusInheritedFrom type

取得繼承當前自動執行狀態值的資源。 自動執行狀態可以在資源階層的不同層級設定(並繼承自)。 可能的值包括「訂閱」、「伺服器」、「彈性池」、「資料庫」和「預設」(當狀態未明確設定於任何層級時)。

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