共用方式為


Database type

代表 Kusto 資料庫的類別。

type Database = ProxyResource & {
  kind: Kind
  location?: string
  systemData?: SystemData
}