Uses of Class
com.azure.resourcemanager.storage.models.SmbSetting
Packages that use SmbSetting
Package
Description
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 SmbSettingModifier and TypeMethodDescriptionProtocolSettings.smb()Get the smb property: Setting for SMB protocol.SmbSetting.withAuthenticationMethods(String authenticationMethods) Set the authenticationMethods property: SMB authentication methods supported by server.SmbSetting.withChannelEncryption(String channelEncryption) Set the channelEncryption property: SMB channel encryption supported by server.SmbSetting.withKerberosTicketEncryption(String kerberosTicketEncryption) Set the kerberosTicketEncryption property: Kerberos ticket encryption supported by server.SmbSetting.withMultichannel(Multichannel multichannel) Set the multichannel property: Multichannel setting.SmbSetting.withVersions(String versions) Set the versions property: SMB protocol versions supported by server.Methods in com.azure.resourcemanager.storage.models with parameters of type SmbSettingModifier and TypeMethodDescriptionProtocolSettings.withSmb(SmbSetting smb) Set the smb property: Setting for SMB protocol.