Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
FileServerReference |
FileServerReference.withFileServer(ResourceId fileServer)
Set resource ID of the existing File Server to be mounted.
|
FileServerReference |
FileServerReference.withMountOptions(String mountOptions)
Set mount options to be passed to mount command.
|
FileServerReference |
FileServerReference.withRelativeMountPath(String relativeMountPath)
Set the relative path on the compute node where the File Server will be mounted.
|
FileServerReference |
FileServerReference.withSourceDirectory(String sourceDirectory)
Set file Server directory that needs to be mounted.
|
Modifier and Type | Method and Description |
---|---|
List<FileServerReference> |
MountVolumes.fileServers()
Get a collection of Batch AI File Servers that are to be mounted to the cluster nodes.
|
Modifier and Type | Method and Description |
---|---|
MountVolumes |
MountVolumes.withFileServers(List<FileServerReference> fileServers)
Set a collection of Batch AI File Servers that are to be mounted to the cluster nodes.
|
Copyright © 2019. All rights reserved.