Share via


Pool.UpdateStages.WithMountConfiguration Interface

public static interface Pool.UpdateStages.WithMountConfiguration

The stage of the Pool update allowing to specify mountConfiguration.

Method Summary

Modifier and Type Method and Description
abstract Update withMountConfiguration(List<MountConfiguration> mountConfiguration)

Specifies the mountConfiguration property: This supports Azure Files, NFS, CIFS/SMB, and Blobfuse..

Method Details

withMountConfiguration

public abstract Pool.Update withMountConfiguration(List<MountConfiguration> mountConfiguration)

Specifies the mountConfiguration property: This supports Azure Files, NFS, CIFS/SMB, and Blobfuse..

Parameters:

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

Returns:

the next definition stage.

Applies to