Uses of Class
com.azure.resourcemanager.batch.models.NfsMountConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of NfsMountConfiguration in com.azure.resourcemanager.batch.models
Modifier 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 mountedNfsMountConfiguration.withSource
(String source) Set the source property: The URI of the file system to mount.Modifier and TypeMethodDescriptionMountConfiguration.withNfsMountConfiguration
(NfsMountConfiguration nfsMountConfiguration) Set the nfsMountConfiguration property: Information used to connect to an NFS file system.