public class RunUpdateParameters extends Object
| Constructor | Description |
|---|---|
RunUpdateParameters() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
isArchiveEnabled() |
Get the value that indicates whether archiving is enabled or not.
|
RunUpdateParameters |
withIsArchiveEnabled(Boolean isArchiveEnabled) |
Set the value that indicates whether archiving is enabled or not.
|
public Boolean isArchiveEnabled()
public RunUpdateParameters withIsArchiveEnabled(Boolean isArchiveEnabled)
isArchiveEnabled - the isArchiveEnabled 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.
*/