Uses of Class
com.microsoft.azure.management.batch.DataDisk
Packages that use DataDisk
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of DataDisk in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return DataDiskModifier 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".Methods in com.microsoft.azure.management.batch that return types with arguments of type DataDiskModifier 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.Method parameters in com.microsoft.azure.management.batch with type arguments of type DataDiskModifier 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.