次の方法で共有


Database type

Kusto データベースを表すクラス。

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