Compartilhar via


Pool.MountConfiguration Propriedade

Definição

Obtém ou define uma lista de sistemas de arquivos a serem montados em cada nó no pool.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Isso dá suporte a Arquivos do Azure, NFS, CIFS/SMB e Blobfuse.

Aplica-se a