public class AutoOSUpgradePolicy extends Object
| Constructor and Description |
|---|
AutoOSUpgradePolicy() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
disableAutoRollback()
Get whether OS image rollback feature should be disabled.
|
AutoOSUpgradePolicy |
withDisableAutoRollback(Boolean disableAutoRollback)
Set whether OS image rollback feature should be disabled.
|
public Boolean disableAutoRollback()
public AutoOSUpgradePolicy withDisableAutoRollback(Boolean disableAutoRollback)
disableAutoRollback - the disableAutoRollback value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/