Uses of Class
com.microsoft.azure.management.batch.CIFSMountConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of CIFSMountConfiguration in com.microsoft.azure.management.batch
Modifier 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.Modifier and TypeMethodDescriptionMountConfiguration.withCifsMountConfiguration
(CIFSMountConfiguration cifsMountConfiguration) Set this property is mutually exclusive with all other properties.