Uses of Class
com.microsoft.azure.management.batch.DataDisk
-
-
Uses of DataDisk in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return DataDisk Modifier and Type Method Description DataDiskDataDisk. withCaching(CachingType caching)Set the caching value.DataDiskDataDisk. withDiskSizeGB(int diskSizeGB)Set the diskSizeGB value.DataDiskDataDisk. withLun(int lun)Set the lun value.DataDiskDataDisk. withStorageAccountType(StorageAccountType storageAccountType)Set the storageAccountType value.Methods in com.microsoft.azure.management.batch that return types with arguments of type DataDisk Modifier and Type Method Description List<DataDisk>VirtualMachineConfiguration. dataDisks()Get the dataDisks value.Method parameters in com.microsoft.azure.management.batch with type arguments of type DataDisk Modifier and Type Method Description VirtualMachineConfigurationVirtualMachineConfiguration. withDataDisks(List<DataDisk> dataDisks)Set the dataDisks value.
-