Share via


MountVolumes.FileServers Property

Definition

Gets or sets file Servers.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

A collection of Batch AI File Servers that are to be mounted to the cluster nodes.

Applies to