Uses of Class
com.azure.resourcemanager.batch.models.DataDisk
Packages that use DataDisk
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of DataDisk in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return DataDiskModifier 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 or OS disk.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type DataDiskModifier and TypeMethodDescriptionVirtualMachineConfiguration.dataDisks()Get the dataDisks property: The configuration for data disks attached to the compute nodes in the pool.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type DataDiskModifier and TypeMethodDescriptionVirtualMachineConfiguration.withDataDisks(List<DataDisk> dataDisks) Set the dataDisks property: The configuration for data disks attached to the compute nodes in the pool.