Class CIFSMountConfiguration
java.lang.Object
com.microsoft.azure.management.batch.CIFSMountConfiguration
Information used to connect to a CIFS file system.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet these are 'net use' options in Windows and 'mount' options in Linux.password()Get the password value.Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.source()Get the source value.username()Get the username value.withMountOptions(String mountOptions) Set these are 'net use' options in Windows and 'mount' options in Linux.withPassword(String password) Set the password value.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.withSource(String source) Set the source value.withUsername(String username) Set the username value.
- 
Constructor Details- 
CIFSMountConfigurationpublic CIFSMountConfiguration()
 
- 
- 
Method Details- 
usernameGet the username value.- Returns:
- the username value
 
- 
withUsernameSet the username value.- Parameters:
- username- the username value to set
- Returns:
- the CIFSMountConfiguration object itself.
 
- 
sourceGet the source value.- Returns:
- the source value
 
- 
withSourceSet the source value.- Parameters:
- source- the source value to set
- Returns:
- the CIFSMountConfiguration object itself.
 
- 
relativeMountPathGet all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.- Returns:
- the relativeMountPath value
 
- 
withRelativeMountPathSet all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.- Parameters:
- relativeMountPath- the relativeMountPath value to set
- Returns:
- the CIFSMountConfiguration object itself.
 
- 
mountOptionsGet these are 'net use' options in Windows and 'mount' options in Linux.- Returns:
- the mountOptions value
 
- 
withMountOptionsSet these are 'net use' options in Windows and 'mount' options in Linux.- Parameters:
- mountOptions- the mountOptions value to set
- Returns:
- the CIFSMountConfiguration object itself.
 
- 
passwordGet the password value.- Returns:
- the password value
 
- 
withPasswordSet the password value.- Parameters:
- password- the password value to set
- Returns:
- the CIFSMountConfiguration object itself.
 
 
-