public class ImageDataDisk extends ImageDisk
| Constructor and Description |
|---|
ImageDataDisk() |
| Modifier and Type | Method and Description |
|---|---|
int |
lun()
Get specifies the logical unit number of the data disk.
|
ImageDataDisk |
withLun(int lun)
Set specifies the logical unit number of the data disk.
|
blobUri, caching, diskEncryptionSet, diskSizeGB, managedDisk, snapshot, storageAccountType, withBlobUri, withCaching, withDiskEncryptionSet, withDiskSizeGB, withManagedDisk, withSnapshot, withStorageAccountTypepublic int lun()
public ImageDataDisk 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.
*/