Freigeben über


ServiceEndpointRole type

Definiert Werte für ServiceEndpointRole. Mögliche Werte sind: 'Invalid', 'Stateless', 'StatefulPrimary', 'StatefulSecondary'

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