Class SmbMultichannel
java.lang.Object
com.azure.storage.file.share.models.SmbMultichannel
Settings for SMB multichannel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the enabled property: If SMB multichannel is enabled.setEnabled
(Boolean enabled) Set the enabled property: If SMB multichannel is enabled.
-
Constructor Details
-
SmbMultichannel
public SmbMultichannel()
-
-
Method Details
-
isEnabled
Get the enabled property: If SMB multichannel is enabled.- Returns:
- the enabled value.
-
setEnabled
Set the enabled property: If SMB multichannel is enabled.- Parameters:
enabled
- the enabled value to set.- Returns:
- the SmbMultichannel object itself.
-