Uses of Class
com.azure.compute.batch.models.CifsMountConfiguration
Packages that use CifsMountConfiguration
-
Uses of CifsMountConfiguration in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return CifsMountConfigurationModifier and TypeMethodDescriptionstatic CifsMountConfiguration
CifsMountConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CifsMountConfiguration from the JsonReader.MountConfiguration.getCifsMountConfiguration()
Get the cifsMountConfiguration property: The CIFS/SMB file system to mount on each node.CifsMountConfiguration.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 CifsMountConfigurationModifier and TypeMethodDescriptionMountConfiguration.setCifsMountConfiguration
(CifsMountConfiguration cifsMountConfiguration) Set the cifsMountConfiguration property: The CIFS/SMB file system to mount on each node.