Uses of Class
com.microsoft.azure.management.batch.NFSMountConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of NFSMountConfiguration in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionMountConfiguration.nfsMountConfiguration()
Get this property is mutually exclusive with all other properties.NFSMountConfiguration.withMountOptions
(String mountOptions) Set these are 'net use' options in Windows and 'mount' options in Linux.NFSMountConfiguration.withRelativeMountPath
(String relativeMountPath) Set all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.NFSMountConfiguration.withSource
(String source) Set the source value.Modifier and TypeMethodDescriptionMountConfiguration.withNfsMountConfiguration
(NFSMountConfiguration nfsMountConfiguration) Set this property is mutually exclusive with all other properties.