public final class ProtocolSettings extends Object
| Constructor and Description |
|---|
ProtocolSettings() |
| Modifier and Type | Method and Description |
|---|---|
SmbSetting |
smb()
Get the smb property: Setting for SMB protocol.
|
void |
validate()
Validates the instance.
|
ProtocolSettings |
withSmb(SmbSetting smb)
Set the smb property: Setting for SMB protocol.
|
public SmbSetting smb()
public ProtocolSettings withSmb(SmbSetting smb)
smb - the smb value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.