public class DataDiskImageEncryption extends DiskImageEncryption
| Constructor and Description |
|---|
DataDiskImageEncryption() |
| Modifier and Type | Method and Description |
|---|---|
int |
lun()
Get this property specifies the logical unit number of the data disk.
|
DataDiskImageEncryption |
withLun(int lun)
Set this property specifies the logical unit number of the data disk.
|
diskEncryptionSetId, withDiskEncryptionSetIdpublic int lun()
public DataDiskImageEncryption withLun(int lun)
lun - the lun 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.
*/