Volume.DefinitionStages.WithSmbNonBrowsable Interface

public static interface Volume.DefinitionStages.WithSmbNonBrowsable

The stage of the Volume definition allowing to specify smbNonBrowsable.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSmbNonBrowsable(SmbNonBrowsable smbNonBrowsable)

Specifies the smbNonBrowsable property: smbNonBrowsable Enables non-browsable property for SMB Shares.

Method Details

withSmbNonBrowsable

public abstract Volume.DefinitionStages.WithCreate withSmbNonBrowsable(SmbNonBrowsable smbNonBrowsable)

Specifies the smbNonBrowsable property: smbNonBrowsable Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume.

Parameters:

smbNonBrowsable - smbNonBrowsable Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume.

Returns:

the next definition stage.

Applies to