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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type SmbSettingMethods in com.azure.resourcemanager.storage.models that return SmbSettingModifier and TypeMethodDescriptionstatic SmbSettingSmbSetting.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SmbSetting from the JsonReader.ProtocolSettings.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.withEncryptionInTransit(EncryptionInTransit encryptionInTransit) Set the encryptionInTransit property: Encryption in transit setting.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.