ServiceOperationName enum

type: string

Specifies the current active life-cycle operation on a stateful service replica or stateless service instance.

Possible values are:

  • Unknown - Reserved for future use.
  • None - The service replica or instance is not going through any life-cycle changes.
  • Open - The service replica or instance is being opened.
  • ChangeRole - The service replica is changing roles.
  • Close - The service replica or instance is being closed.
  • Abort - The service replica or instance is being aborted.