Uses of Class
com.microsoft.azure.management.batchai.DataDisks
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of DataDisks in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionBatchAIFileServer.dataDisks()
FileServerCreateParameters.dataDisks()
Get settings for the data disks which will be created for the File Server.DataDisks.withCachingType
(CachingType cachingType) Set caching type for the disks.DataDisks.withDiskCount
(int diskCount) Set number of data disks attached to the File Server.DataDisks.withDiskSizeInGB
(int diskSizeInGB) Set disk size in GB for the blank data disks.DataDisks.withStorageAccountType
(StorageAccountType storageAccountType) Set type of storage account to be used on the disk.Modifier and TypeMethodDescriptionFileServerCreateParameters.withDataDisks
(DataDisks dataDisks) Set settings for the data disks which will be created for the File Server.