Partager via


CloudPool.MountConfiguration Propriété

Définition

Obtient ou définit une liste de systèmes de fichiers à monter sur chaque nœud du pool.

[Newtonsoft.Json.JsonProperty(PropertyName="mountConfiguration")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MountConfiguration> MountConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mountConfiguration")>]
member this.MountConfiguration : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MountConfiguration> with get, set
Public Property MountConfiguration As IList(Of MountConfiguration)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Cela prend en charge Azure Files, NFS, CIFS/SMB et Blobfuse.

S’applique à