次の方法で共有


ReplicaRole type

ReplicaRole の値を定義します。 指定できる値は、'Unknown'、'None'、'Primary'、'IdleSecondary'、'ActiveSecondary' です。

type ReplicaRole =
  | "Unknown"
  | "None"
  | "Primary"
  | "IdleSecondary"
  | "ActiveSecondary"