Enum ServiceUpdateFailureAction
Enumerates the service update failure actions.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public enum ServiceUpdateFailureAction
Fields
| Name | Description |
|---|---|
| Continue | Continue scheduling updated service tasks on failure. |
| Pause | Pause scheduling updated service tasks on failure. |
| Rollback | Rollback the service to the previous state on failure. |