共用方式為


ReplicationRole type

定義 ReplicationRole 的值。

type ReplicationRole =
  | "Primary"
  | "Secondary"
  | "NonReadableSecondary"
  | "Source"
  | "Copy"