共用方式為


DataConnection type

表示數據連接的類別。

type DataConnection = ProxyResource & {
  kind: DataConnectionKind
  location?: string
  systemData?: SystemData
}