다음을 통해 공유


Database type

Kusto 데이터베이스를 나타내는 클래스입니다.

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