MountConfiguration Class
The file system to mount on each node.
- Inheritance
-
MountConfiguration
Constructor
MountConfiguration(*, azure_blob_file_system_configuration: Optional[azure.mgmt.batch.models._models_py3.AzureBlobFileSystemConfiguration] = None, nfs_mount_configuration: Optional[azure.mgmt.batch.models._models_py3.NFSMountConfiguration] = None, cifs_mount_configuration: Optional[azure.mgmt.batch.models._models_py3.CIFSMountConfiguration] = None, azure_file_share_configuration: Optional[azure.mgmt.batch.models._models_py3.AzureFileShareConfiguration] = None, **kwargs)
Variables
- azure_blob_file_system_configuration
- AzureBlobFileSystemConfiguration
This property is mutually exclusive with all other properties.
- nfs_mount_configuration
- NFSMountConfiguration
This property is mutually exclusive with all other properties.
- cifs_mount_configuration
- CIFSMountConfiguration
This property is mutually exclusive with all other properties.
- azure_file_share_configuration
- AzureFileShareConfiguration
This property is mutually exclusive with all other properties.
Feedback
Submit and view feedback for