次の方法で共有


MountVolumes.UnmanagedFileSystems プロパティ

定義

アンマネージド ファイル システムを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

クラスター ノードにマウントされるアンマネージド ファイル システムのコレクション。

適用対象