Share via


MountConfiguration interface

The file system to mount on each node.

Properties

azureBlobFileSystemConfiguration

The Azure Storage Container to mount using blob FUSE on each node. This property is mutually exclusive with all other properties.

azureFileShareConfiguration

The Azure File Share to mount on each node. This property is mutually exclusive with all other properties.

cifsMountConfiguration

The CIFS/SMB file system to mount on each node. This property is mutually exclusive with all other properties.

nfsMountConfiguration

The NFS file system to mount on each node. This property is mutually exclusive with all other properties.

Property Details

azureBlobFileSystemConfiguration

The Azure Storage Container to mount using blob FUSE on each node. This property is mutually exclusive with all other properties.

azureBlobFileSystemConfiguration?: AzureBlobFileSystemConfiguration

Property Value

azureFileShareConfiguration

The Azure File Share to mount on each node. This property is mutually exclusive with all other properties.

azureFileShareConfiguration?: AzureFileShareConfiguration

Property Value

cifsMountConfiguration

The CIFS/SMB file system to mount on each node. This property is mutually exclusive with all other properties.

cifsMountConfiguration?: CifsMountConfiguration

Property Value

nfsMountConfiguration

The NFS file system to mount on each node. This property is mutually exclusive with all other properties.

nfsMountConfiguration?: NfsMountConfiguration

Property Value