Uses of Class
com.azure.compute.batch.models.NfsMountConfiguration
Packages that use NfsMountConfiguration
-
Uses of NfsMountConfiguration in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return NfsMountConfigurationModifier and TypeMethodDescriptionstatic NfsMountConfiguration
NfsMountConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of NfsMountConfiguration from the JsonReader.MountConfiguration.getNfsMountConfiguration()
Get the nfsMountConfiguration property: The NFS file system to mount on each node.NfsMountConfiguration.setMountOptions
(String mountOptions) Set the mountOptions property: Additional command line options to pass to the mount command.Methods in com.azure.compute.batch.models with parameters of type NfsMountConfigurationModifier and TypeMethodDescriptionMountConfiguration.setNfsMountConfiguration
(NfsMountConfiguration nfsMountConfiguration) Set the nfsMountConfiguration property: The NFS file system to mount on each node.