Uses of Class
com.microsoft.azure.management.batch.NFSMountConfiguration
Packages that use NFSMountConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of NFSMountConfiguration in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return NFSMountConfigurationModifier 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.Methods in com.microsoft.azure.management.batch with parameters of type NFSMountConfigurationModifier and TypeMethodDescriptionMountConfiguration.withNfsMountConfiguration(NFSMountConfiguration nfsMountConfiguration) Set this property is mutually exclusive with all other properties.