次の方法で共有


AttachedDatabaseConfiguration type

アタッチされたデータベース構成を表すクラス。

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