Uses of Class
com.azure.compute.batch.models.DataDisk
Packages that use DataDisk
-
Uses of DataDisk in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return DataDiskModifier and TypeMethodDescriptionstatic DataDisk
DataDisk.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DataDisk from the JsonReader.DataDisk.setCaching
(CachingType caching) Set the caching property: The type of caching to be enabled for the data disks.DataDisk.setStorageAccountType
(StorageAccountType storageAccountType) Set the storageAccountType property: The storage Account type to be used for the data disk.Methods in com.azure.compute.batch.models that return types with arguments of type DataDiskModifier and TypeMethodDescriptionVirtualMachineConfiguration.getDataDisks()
Get the dataDisks property: The configuration for data disks attached to the Compute Nodes in the Pool.Method parameters in com.azure.compute.batch.models with type arguments of type DataDiskModifier and TypeMethodDescriptionVirtualMachineConfiguration.setDataDisks
(List<DataDisk> dataDisks) Set the dataDisks property: The configuration for data disks attached to the Compute Nodes in the Pool.