CifsMountConfiguration.RelativeMountPath Property

Definition

Gets the relative path on the compute node where the file system will be mounted.

public string RelativeMountPath { get; }
member this.RelativeMountPath : string
Public ReadOnly Property RelativeMountPath As String

Property Value

Remarks

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

Applies to