Uses of Class
com.azure.resourcemanager.batch.models.CifsMountConfiguration
Packages that use CifsMountConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of CifsMountConfiguration in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return CifsMountConfigurationModifier 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 mounted 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 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.Methods in com.azure.resourcemanager.batch.models with parameters of type CifsMountConfigurationModifier and TypeMethodDescriptionMountConfiguration.withCifsMountConfiguration(CifsMountConfiguration cifsMountConfiguration) Set the cifsMountConfiguration property: Information used to connect to a CIFS file system.