public static interface BatchAIFileServer.DefinitionStages.WithDataDisks
Modifier and Type | Method and Description |
---|---|
BatchAIFileServer.DefinitionStages.WithVMSize |
withDataDisks(int diskSizeInGB,
int diskCount,
StorageAccountType storageAccountType)
Specifies settings for the data disks which would be created for the file server.
|
BatchAIFileServer.DefinitionStages.WithVMSize |
withDataDisks(int diskSizeInGB,
int diskCount,
StorageAccountType storageAccountType,
CachingType cachingType)
Specifies settings for the data disks which would be created for the file server.
|
BatchAIFileServer.DefinitionStages.WithVMSize withDataDisks(int diskSizeInGB, int diskCount, StorageAccountType storageAccountType)
diskSizeInGB
- initial disk size in GB for blank data disksdiskCount
- number of data disks to be attached to the VM. RAID level 0 will be applied in the case of multiple disks.storageAccountType
- type of storage account to be used on the diskBatchAIFileServer.DefinitionStages.WithVMSize withDataDisks(int diskSizeInGB, int diskCount, StorageAccountType storageAccountType, CachingType cachingType)
diskSizeInGB
- initial disk size in GB for blank data disks.diskCount
- number of data disks to be attached to the VM. RAID level 0 will be applied in the case of multiple disks.storageAccountType
- type of storage account to be used on the diskcachingType
- caching typeCopyright © 2019. All rights reserved.