Uses of Class
com.azure.resourcemanager.batch.models.DataDisk
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of DataDisk in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionDataDisk.withCaching
(CachingType caching) Set the caching property: The type of caching to enable for the disk.DataDisk.withDiskSizeGB
(int diskSizeGB) Set the diskSizeGB property: The initial disk size in GB when creating new data disk.DataDisk.withLun
(int lun) Set the lun property: The logical unit number.DataDisk.withStorageAccountType
(StorageAccountType storageAccountType) Set the storageAccountType property: The storage account type for use in creating data disks.Modifier and TypeMethodDescriptionVirtualMachineConfiguration.dataDisks()
Get the dataDisks property: The configuration for data disks attached to the compute nodes in the pool.Modifier and TypeMethodDescriptionVirtualMachineConfiguration.withDataDisks
(List<DataDisk> dataDisks) Set the dataDisks property: The configuration for data disks attached to the compute nodes in the pool.