Share via


MountConfigurationOutput 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?: AzureBlobFileSystemConfigurationOutput

Property Value

azureFileShareConfiguration

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

azureFileShareConfiguration?: AzureFileShareConfigurationOutput

Property Value

cifsMountConfiguration

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

cifsMountConfiguration?: CifsMountConfigurationOutput

Property Value

nfsMountConfiguration

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

nfsMountConfiguration?: NfsMountConfigurationOutput

Property Value