RebootStatus Enum
The reboot status of the machine after the patch operation. It will be in "NotNeeded" status if reboot is not needed after the patch operation. "Required" will be the status once the patch is applied and machine is required to reboot. "Started" will be the reboot status when the machine has started to reboot. "Failed" will be the status if the machine is failed to reboot. "Completed" will be the status once the machine is rebooted successfully.
- Inheritance
-
builtins.strRebootStatusRebootStatus
Constructor
RebootStatus(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Fields
COMPLETED |
FAILED |
NOT_NEEDED |
REQUIRED |
STARTED |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python