BatchPool.MountConfiguration Property

Definition

A list of file systems to mount on each node in the pool. This supports Azure Files, NFS, CIFS/SMB, and Blobfuse.

public System.Collections.Generic.IReadOnlyList<Azure.Compute.Batch.MountConfiguration> MountConfiguration { get; }
member this.MountConfiguration : System.Collections.Generic.IReadOnlyList<Azure.Compute.Batch.MountConfiguration>
Public ReadOnly Property MountConfiguration As IReadOnlyList(Of MountConfiguration)

Property Value

Applies to