Interface Pool.DefinitionStages.WithMountConfiguration

All Known Subinterfaces:
Pool.Definition, Pool.DefinitionStages.WithCreate
Enclosing interface:
Pool.DefinitionStages

public static interface Pool.DefinitionStages.WithMountConfiguration
The stage of the Pool definition allowing to specify mountConfiguration.
  • Method Details

    • withMountConfiguration

      Pool.DefinitionStages.WithCreate withMountConfiguration(List<MountConfiguration> mountConfiguration)
      Specifies the mountConfiguration property: A list of file systems to mount on each node in the pool.

      This supports Azure Files, NFS, CIFS/SMB, and Blobfuse..

      Parameters:
      mountConfiguration - A list of file systems to mount on each node in the pool.

      This supports Azure Files, NFS, CIFS/SMB, and Blobfuse.

      Returns:
      the next definition stage.