مشاركة عبر


ServiceEndpointRole type

تعريف قيم ServiceEndpointRole. تتضمن القيم المحتملة: "غير صالح"، "عديم الحالة"، "StatefulPrimary"، "StatefulSecondary"

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