KnownUpdateState enum
Known values of UpdateState that the service accepts.
Fields
Completed | The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that has completed. |
Failed | The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that has failed. |
NotStarted | The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that has not been started. |
Running | The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that is running. |
Skipped | The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that has been skipped. |
Stopped | The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that has stopped. |
Stopping | The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that is being stopped. |