public class DiskEncryptionConfiguration extends Object
| Constructor and Description |
|---|
DiskEncryptionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<DiskEncryptionTarget> |
targets()
Get on Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.
|
DiskEncryptionConfiguration |
withTargets(List<DiskEncryptionTarget> targets)
Set on Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.
|
public List<DiskEncryptionTarget> targets()
public DiskEncryptionConfiguration withTargets(List<DiskEncryptionTarget> targets)
targets - the targets 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.
*/