MountVolumes.UnmanagedFileSystems Property

Definition

Gets or sets unmanaged file systems.

[Newtonsoft.Json.JsonProperty(PropertyName="unmanagedFileSystems")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.UnmanagedFileSystemReference> UnmanagedFileSystems { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="unmanagedFileSystems")>]
member this.UnmanagedFileSystems : System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.UnmanagedFileSystemReference> with get, set
Public Property UnmanagedFileSystems As IList(Of UnmanagedFileSystemReference)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

A collection of unmanaged file systems that are to be mounted to the cluster nodes.

Applies to