다음을 통해 공유


ServiceEndpointRole type

ServiceEndpointRole에 대한 값을 정의합니다. 가능한 값은 'Invalid', 'Stateless', 'StatefulPrimary', 'StatefulSecondary'입니다.

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