ServiceEndpointRole Enum

Definition

Enumerates the kinds of possible roles of a service endpoint.

public enum ServiceEndpointRole
type ServiceEndpointRole = 
Public Enum ServiceEndpointRole
Inheritance
ServiceEndpointRole

Fields

Invalid 0

Indicates that Service Fabric cannot classify the service endpoint role.

StatefulAuxiliary 5

Indicates that the service endpoint role is a stateful Auxiliary replica.

StatefulPrimary 2

Indicates that the service endpoint role is a stateful Primary replica.

StatefulPrimaryAuxiliary 4

Indicates that the service endpoint role is a stateful Primary Auxiliary replica.

StatefulSecondary 3

Indicates that the service endpoint role is a stateful Secondary replica.

Stateless 1

Indicates that the service endpoint role is stateless.

Remarks

Applies to