ServiceEndpointRole Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the kinds of possible roles of a service endpoint.
public enum ServiceEndpointRole
type ServiceEndpointRole =
Public Enum ServiceEndpointRole
- Inheritance
-
ServiceEndpointRole
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Indicates that Service Fabric cannot classify the service endpoint role. |
Stateless | 1 | Indicates that the service endpoint role is stateless. |
StatefulPrimary | 2 | Indicates that the service endpoint role is a stateful Primary replica. |
StatefulSecondary | 3 | Indicates that the service endpoint role is a stateful Secondary replica. |
StatefulPrimaryAuxiliary | 4 | Indicates that the service endpoint role is a stateful Primary Auxiliary replica. |
StatefulAuxiliary | 5 | Indicates that the service endpoint role is a stateful Auxiliary replica. |