AutoOSUpgradePolicy Class
The configuration parameters used for performing automatic OS upgrade.
- Inheritance
-
azure.mgmt.compute._serialization.ModelAutoOSUpgradePolicy
Constructor
AutoOSUpgradePolicy(*, disable_auto_rollback: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
disable_auto_rollback
|
Whether OS image rollback feature should be disabled. Default value is false. |
Variables
Name | Description |
---|---|
disable_auto_rollback
|
Whether OS image rollback feature should be disabled. Default value is false. |
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