public class AutomaticOSUpgradeProperties extends Object
| Constructor and Description |
|---|
AutomaticOSUpgradeProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
automaticOSUpgradeSupported()
Get specifies whether automatic OS upgrade is supported on the image.
|
AutomaticOSUpgradeProperties |
withAutomaticOSUpgradeSupported(boolean automaticOSUpgradeSupported)
Set specifies whether automatic OS upgrade is supported on the image.
|
public boolean automaticOSUpgradeSupported()
public AutomaticOSUpgradeProperties withAutomaticOSUpgradeSupported(boolean automaticOSUpgradeSupported)
automaticOSUpgradeSupported - the automaticOSUpgradeSupported 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.
*/