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