Uses of Class
com.azure.resourcemanager.batch.models.NfsMountConfiguration
Packages that use NfsMountConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of NfsMountConfiguration in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return NfsMountConfigurationModifier and TypeMethodDescriptionMountConfiguration.nfsMountConfiguration()Get the nfsMountConfiguration property: Information used to connect to an NFS file system.NfsMountConfiguration.withMountOptions(String mountOptions) Set the mountOptions property: Additional command line options to pass to the mount command.NfsMountConfiguration.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.NfsMountConfiguration.withSource(String source) Set the source property: The URI of the file system to mount.Methods in com.azure.resourcemanager.batch.models with parameters of type NfsMountConfigurationModifier and TypeMethodDescriptionMountConfiguration.withNfsMountConfiguration(NfsMountConfiguration nfsMountConfiguration) Set the nfsMountConfiguration property: Information used to connect to an NFS file system.