CloudPool.MountConfiguration Propiedad

Definición

Obtiene o establece una lista de sistemas de archivos que se van a montar en cada nodo del grupo.

public System.Collections.Generic.IList<Microsoft.Azure.Batch.MountConfiguration> MountConfiguration { get; set; }
member this.MountConfiguration : System.Collections.Generic.IList<Microsoft.Azure.Batch.MountConfiguration> with get, set
Public Property MountConfiguration As IList(Of MountConfiguration)

Valor de propiedad

Comentarios

Esto admite Azure Files, NFS, CIFS/SMB y Blobfuse.

Se aplica a