Share via


MountVolumes.AzureBlobFileSystems Property

Definition

Gets or sets azure Blob file systems.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

A collection of Azure Blob Containers that are to be mounted to the cluster nodes.

Applies to