Enum ServiceRollbackOrder
Enumerates the service task rollback order options.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public enum ServiceRollbackOrder
Fields
Name | Description |
---|---|
StartFirst | Rollback a current service task to the previous setting first before stopping the current task. |
StopFirst | Stop the current service task before rolling back to the previous settings. |