Uses of Class
com.azure.resourcemanager.storage.models.SmbSetting
-
Packages that use SmbSetting Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of SmbSetting in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return SmbSetting Modifier and Type Method Description SmbSettingProtocolSettings. smb()Get the smb property: Setting for SMB protocol.SmbSettingSmbSetting. withAuthenticationMethods(String authenticationMethods)Set the authenticationMethods property: SMB authentication methods supported by server.SmbSettingSmbSetting. withChannelEncryption(String channelEncryption)Set the channelEncryption property: SMB channel encryption supported by server.SmbSettingSmbSetting. withKerberosTicketEncryption(String kerberosTicketEncryption)Set the kerberosTicketEncryption property: Kerberos ticket encryption supported by server.SmbSettingSmbSetting. withMultichannel(Multichannel multichannel)Set the multichannel property: Multichannel setting.SmbSettingSmbSetting. withVersions(String versions)Set the versions property: SMB protocol versions supported by server.Methods in com.azure.resourcemanager.storage.models with parameters of type SmbSetting Modifier and Type Method Description ProtocolSettingsProtocolSettings. withSmb(SmbSetting smb)Set the smb property: Setting for SMB protocol.
-