MountVolumes.AzureFileShares Property

Definition

Gets or sets azure File Shares.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

A collection of Azure File Shares that are to be mounted to the cluster nodes.

Applies to