Uses of Class
com.azure.compute.batch.models.MountConfiguration
Packages that use MountConfiguration
-
Uses of MountConfiguration in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return MountConfigurationModifier and TypeMethodDescriptionstatic MountConfiguration
MountConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MountConfiguration from the JsonReader.MountConfiguration.setAzureBlobFileSystemConfiguration
(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration) Set the azureBlobFileSystemConfiguration property: The Azure Storage Container to mount using blob FUSE on each node.MountConfiguration.setAzureFileShareConfiguration
(AzureFileShareConfiguration azureFileShareConfiguration) Set the azureFileShareConfiguration property: The Azure File Share to mount on each node.MountConfiguration.setCifsMountConfiguration
(CifsMountConfiguration cifsMountConfiguration) Set the cifsMountConfiguration property: The CIFS/SMB file system to mount on each node.MountConfiguration.setNfsMountConfiguration
(NfsMountConfiguration nfsMountConfiguration) Set the nfsMountConfiguration property: The NFS file system to mount on each node.Methods in com.azure.compute.batch.models that return types with arguments of type MountConfigurationModifier and TypeMethodDescriptionBatchPool.getMountConfiguration()
Get the mountConfiguration property: A list of file systems to mount on each node in the pool.BatchPoolCreateContent.getMountConfiguration()
Get the mountConfiguration property: Mount storage using specified file system for the entire lifetime of the pool.BatchPoolSpecification.getMountConfiguration()
Get the mountConfiguration property: A list of file systems to mount on each node in the pool.BatchPoolUpdateContent.getMountConfiguration()
Get the mountConfiguration property: Mount storage using specified file system for the entire lifetime of the pool.Method parameters in com.azure.compute.batch.models with type arguments of type MountConfigurationModifier and TypeMethodDescriptionBatchPoolCreateContent.setMountConfiguration
(List<MountConfiguration> mountConfiguration) Set the mountConfiguration property: Mount storage using specified file system for the entire lifetime of the pool.BatchPoolSpecification.setMountConfiguration
(List<MountConfiguration> mountConfiguration) Set the mountConfiguration property: A list of file systems to mount on each node in the pool.BatchPoolUpdateContent.setMountConfiguration
(List<MountConfiguration> mountConfiguration) Set the mountConfiguration property: Mount storage using specified file system for the entire lifetime of the pool.