Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
UnmanagedFileSystemReference |
UnmanagedFileSystemReference.withMountCommand(String mountCommand)
Set mount command line.
|
UnmanagedFileSystemReference |
UnmanagedFileSystemReference.withRelativeMountPath(String relativeMountPath)
Set the relative path on the compute node where the unmanaged file system will be mounted.
|
Modifier and Type | Method and Description |
---|---|
List<UnmanagedFileSystemReference> |
MountVolumes.unmanagedFileSystems()
Get a collection of unmanaged file systems that are to be mounted to the cluster nodes.
|
Modifier and Type | Method and Description |
---|---|
MountVolumes |
MountVolumes.withUnmanagedFileSystems(List<UnmanagedFileSystemReference> unmanagedFileSystems)
Set a collection of unmanaged file systems that are to be mounted to the cluster nodes.
|
Copyright © 2019. All rights reserved.