SmbSetting Class
Setting for SMB protocol.
- Inheritance
-
azure.mgmt.storage._serialization.ModelSmbSetting
Constructor
SmbSetting(*, multichannel: _models.Multichannel | None = None, versions: str | None = None, authentication_methods: str | None = None, kerberos_ticket_encryption: str | None = None, channel_encryption: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
multichannel
|
Multichannel setting. Applies to Premium FileStorage only. |
versions
|
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
|
SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'. |
kerberos_ticket_encryption
|
Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';'. |
channel_encryption
|
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 ';'. |
Variables
Name | Description |
---|---|
multichannel
|
Multichannel setting. Applies to Premium FileStorage only. |
versions
|
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
|
SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'. |
kerberos_ticket_encryption
|
Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';'. |
channel_encryption
|
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 ';'. |
Azure SDK for Python