Share via


AzureBlobFileSystemReference.RelativeMountPath Property

Definition

Gets or sets relative mount path.

[Newtonsoft.Json.JsonProperty(PropertyName="relativeMountPath")]
public string RelativeMountPath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="relativeMountPath")>]
member this.RelativeMountPath : string with get, set
Public Property RelativeMountPath As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The relative path on the compute node where the Azure File container will be mounted. Note that all cluster level containers will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and all job level containers will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT.

Applies to