Share via


Pool.DefinitionStages.WithMountConfiguration Interface

public static interface Pool.DefinitionStages.WithMountConfiguration

The stage of the Pool definition allowing to specify mountConfiguration.

Method Summary

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

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

Method Details

withMountConfiguration

public abstract Pool.DefinitionStages.WithCreate 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