다음을 통해 공유


AttachedDatabaseConfiguration type

연결된 데이터베이스 구성을 나타내는 클래스입니다.

type AttachedDatabaseConfiguration = ProxyResource & {
  attachedDatabaseNames?: string[]
  databaseName?: string
  defaultPrincipalsModificationKind?: DefaultPrincipalsModificationKind
  kustoPoolResourceId?: string
  location?: string
  provisioningState?: ResourceProvisioningState
  systemData?: SystemData
  tableLevelSharingProperties?: TableLevelSharingProperties
}