Uses of Class
com.microsoft.azure.management.batch.DataDisk
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of DataDisk in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionDataDisk.withCaching
(CachingType caching) Set values are: none - The caching mode for the disk is not enabled.DataDisk.withDiskSizeGB
(int diskSizeGB) Set the diskSizeGB value.DataDisk.withLun
(int lun) Set the lun is used to uniquely identify each data disk.DataDisk.withStorageAccountType
(StorageAccountType storageAccountType) Set if omitted, the default is "Standard_LRS".Modifier and TypeMethodDescriptionVirtualMachineConfiguration.dataDisks()
Get this property must be specified if the compute nodes in the pool need to have empty data disks attached to them.Modifier and TypeMethodDescriptionVirtualMachineConfiguration.withDataDisks
(List<DataDisk> dataDisks) Set this property must be specified if the compute nodes in the pool need to have empty data disks attached to them.