Uses of Class
com.azure.resourcemanager.batch.models.CifsMountConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of CifsMountConfiguration in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionMountConfiguration.cifsMountConfiguration()
Get the cifsMountConfiguration property: Information used to connect to a CIFS file system.CifsMountConfiguration.withMountOptions
(String mountOptions) Set the mountOptions property: Additional command line options to pass to the mount command.CifsMountConfiguration.withPassword
(String password) Set the password property: The password to use for authentication against the CIFS file system.CifsMountConfiguration.withRelativeMountPath
(String relativeMountPath) Set the relativeMountPath property: The relative path on the compute node where the file system will be mountedCifsMountConfiguration.withSource
(String source) Set the source property: The URI of the file system to mount.CifsMountConfiguration.withUsername
(String username) Set the username property: The user to use for authentication against the CIFS file system.Modifier and TypeMethodDescriptionMountConfiguration.withCifsMountConfiguration
(CifsMountConfiguration cifsMountConfiguration) Set the cifsMountConfiguration property: Information used to connect to a CIFS file system.