AutoExecuteStatusInheritedFrom type

自動実行ステータスの現在の値が継承されるリソースを取得します。 自動実行ステータスはリソース階層の異なるレベルで設定(または継承)することができます。 可能な値は「サブスクリプション」「サーバー」「エラスティックプール」「データベース」「デフォルト」(ステータスが明示的に設定されていない場合)です。

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