SmbSetting Class
Setting for SMB protocol.
- Inheritance
-
SmbSetting
Constructor
SmbSetting(*, multichannel: Optional[azure.mgmt.storage.v2021_01_01.models._models_py3.Multichannel] = None, versions: Optional[str] = None, authentication_methods: Optional[str] = None, kerberos_ticket_encryption: Optional[str] = None, channel_encryption: Optional[str] = None, **kwargs)
Variables
- multichannel
- Multichannel
Multichannel setting. Applies to Premium FileStorage only.
- versions
- str
SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0, SMB3.1.1. Should be passed as a string with delimiter ';'.
- authentication_methods
- str
SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'.
- kerberos_ticket_encryption
- str
Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';'.
- channel_encryption
- str
SMB channel encryption supported by server. Valid values are AES-128-CCM, AES-128-GCM, AES-256-GCM. Should be passed as a string with delimiter ';'.
Feedback
Submit and view feedback for