public final class AutomaticOSUpgradeProperties extends Object
| Constructor and Description |
|---|
AutomaticOSUpgradeProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
automaticOSUpgradeSupported()
Get the automaticOSUpgradeSupported property: Specifies whether automatic OS upgrade is supported on the image.
|
void |
validate()
Validates the instance.
|
AutomaticOSUpgradeProperties |
withAutomaticOSUpgradeSupported(boolean automaticOSUpgradeSupported)
Set the automaticOSUpgradeSupported property: Specifies whether automatic OS upgrade is supported on the image.
|
public boolean automaticOSUpgradeSupported()
public AutomaticOSUpgradeProperties withAutomaticOSUpgradeSupported(boolean automaticOSUpgradeSupported)
automaticOSUpgradeSupported - the automaticOSUpgradeSupported value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.