Uses of Class
com.azure.storage.file.share.models.ShareSmbSettings
-
Packages that use ShareSmbSettings Package Description com.azure.storage.file.share.models Package containing classes for AzureFileStorage. -
-
Uses of ShareSmbSettings in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return ShareSmbSettings Modifier and Type Method Description ShareSmbSettingsShareProtocolSettings. getSmb()Get the smb property: Settings for SMB protocol.ShareSmbSettingsShareSmbSettings. setMultichannel(SmbMultichannel multichannel)Set the multichannel property: Settings for SMB Multichannel.Methods in com.azure.storage.file.share.models with parameters of type ShareSmbSettings Modifier and Type Method Description ShareProtocolSettingsShareProtocolSettings. setSmb(ShareSmbSettings smb)Set the smb property: Settings for SMB protocol.
-