Dela via


Database type

Klass som representerar en Kusto-databas.

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