MountVolumes.AzureBlobFileSystems プロパティ

定義

Azure Blob ファイル システムを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

クラスター ノードにマウントされる Azure BLOB コンテナーのコレクション。

適用対象