| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SmbSetting |
ProtocolSettings.smb()
Get the smb property: Setting for SMB protocol.
|
SmbSetting |
SmbSetting.withAuthenticationMethods(String authenticationMethods)
Set the authenticationMethods property: SMB authentication methods supported by server.
|
SmbSetting |
SmbSetting.withChannelEncryption(String channelEncryption)
Set the channelEncryption property: SMB channel encryption supported by server.
|
SmbSetting |
SmbSetting.withKerberosTicketEncryption(String kerberosTicketEncryption)
Set the kerberosTicketEncryption property: Kerberos ticket encryption supported by server.
|
SmbSetting |
SmbSetting.withMultichannel(Multichannel multichannel)
Set the multichannel property: Multichannel setting.
|
SmbSetting |
SmbSetting.withVersions(String versions)
Set the versions property: SMB protocol versions supported by server.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolSettings |
ProtocolSettings.withSmb(SmbSetting smb)
Set the smb property: Setting for SMB protocol.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.