ServiceEndpointRole type

ServiceEndpointRole değerlerini tanımlar. Olası değerler şunlardır: 'Invalid', 'Stateless', 'StatefulPrimary', 'StatefulSecondary'

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