Partilhar via


CloudPool.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="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)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

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

Aplica-se a