Share via


BatchNfsMountConfiguration(String, String) Constructor

Definition

Initializes a new instance of BatchNfsMountConfiguration.

public BatchNfsMountConfiguration (string source, string relativeMountPath);
new Azure.ResourceManager.Batch.Models.BatchNfsMountConfiguration : string * string -> Azure.ResourceManager.Batch.Models.BatchNfsMountConfiguration
Public Sub New (source As String, relativeMountPath As String)

Parameters

source
String

The URI of the file system to mount.

relativeMountPath
String

All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.

Exceptions

source or relativeMountPath is null.

Applies to