Uses of Class
com.microsoft.azure.management.batch.CIFSMountConfiguration
Packages that use CIFSMountConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of CIFSMountConfiguration in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return CIFSMountConfigurationModifier and TypeMethodDescriptionMountConfiguration.cifsMountConfiguration()Get this property is mutually exclusive with all other properties.CIFSMountConfiguration.withMountOptions(String mountOptions) Set these are 'net use' options in Windows and 'mount' options in Linux.CIFSMountConfiguration.withPassword(String password) Set the password value.CIFSMountConfiguration.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.CIFSMountConfiguration.withSource(String source) Set the source value.CIFSMountConfiguration.withUsername(String username) Set the username value.Methods in com.microsoft.azure.management.batch with parameters of type CIFSMountConfigurationModifier and TypeMethodDescriptionMountConfiguration.withCifsMountConfiguration(CIFSMountConfiguration cifsMountConfiguration) Set this property is mutually exclusive with all other properties.