public class UpgradePolicy extends Object
| Constructor and Description |
|---|
UpgradePolicy() |
| Modifier and Type | Method and Description |
|---|---|
UpgradeMode |
mode()
Get the mode value.
|
UpgradePolicy |
withMode(UpgradeMode mode)
Set the mode value.
|
public UpgradeMode mode()
public UpgradePolicy withMode(UpgradeMode mode)
mode - the mode 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.
*/