Interface Pool.UpdateStages.WithMountConfiguration
- All Known Subinterfaces:
Pool.Update
- Enclosing interface:
- Pool.UpdateStages
public static interface Pool.UpdateStages.WithMountConfiguration
The stage of the Pool update allowing to specify mountConfiguration.
-
Method Summary
Modifier and TypeMethodDescriptionwithMountConfiguration(List<MountConfiguration> mountConfiguration) Specifies the mountConfiguration property: A list of file systems to mount on each node in the pool.
-
Method Details
-
withMountConfiguration
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.
-