Share via


ComputeBatchModelFactory.MountConfiguration Method

Definition

The file system to mount on each node.

public static Azure.Compute.Batch.MountConfiguration MountConfiguration(Azure.Compute.Batch.AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration = default, Azure.Compute.Batch.NfsMountConfiguration nfsMountConfiguration = default, Azure.Compute.Batch.CifsMountConfiguration cifsMountConfiguration = default, Azure.Compute.Batch.AzureFileShareConfiguration azureFileShareConfiguration = default);
static member MountConfiguration : Azure.Compute.Batch.AzureBlobFileSystemConfiguration * Azure.Compute.Batch.NfsMountConfiguration * Azure.Compute.Batch.CifsMountConfiguration * Azure.Compute.Batch.AzureFileShareConfiguration -> Azure.Compute.Batch.MountConfiguration
Public Shared Function MountConfiguration (Optional azureBlobFileSystemConfiguration As AzureBlobFileSystemConfiguration = Nothing, Optional nfsMountConfiguration As NfsMountConfiguration = Nothing, Optional cifsMountConfiguration As CifsMountConfiguration = Nothing, Optional azureFileShareConfiguration As AzureFileShareConfiguration = Nothing) As MountConfiguration

Parameters

azureBlobFileSystemConfiguration
AzureBlobFileSystemConfiguration

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

nfsMountConfiguration
NfsMountConfiguration

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

cifsMountConfiguration
CifsMountConfiguration

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

azureFileShareConfiguration
AzureFileShareConfiguration

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

Returns

A new MountConfiguration instance for mocking.

Applies to