次の方法で共有


ServiceEndpointRole type

ServiceEndpointRole の値を定義します。 使用可能な値は、'Invalid'、'Stateless'、'StatefulPrimary'、'StatefulSecondary' です。

type ServiceEndpointRole =
  | "Invalid"
  | "Stateless"
  | "StatefulPrimary"
  | "StatefulSecondary"