MountVolumes.AzureBlobFileSystems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET