SmbSetting Class

Definition

Setting for SMB protocol.

public class SmbSetting : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.SmbSetting>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.SmbSetting>
public class SmbSetting
type SmbSetting = class
    interface IJsonModel<SmbSetting>
    interface IPersistableModel<SmbSetting>
type SmbSetting = class
Public Class SmbSetting
Implements IJsonModel(Of SmbSetting), IPersistableModel(Of SmbSetting)
Public Class SmbSetting
Inheritance
SmbSetting
Implements

Constructors

SmbSetting()

Initializes a new instance of SmbSetting.

Properties

AuthenticationMethods

SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'.

ChannelEncryption

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 ';'.

IsMultiChannelEnabled

Indicates whether multichannel is enabled.

KerberosTicketEncryption

Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';'.

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 ';'.

Explicit Interface Implementations

IJsonModel<SmbSetting>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SmbSetting>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SmbSetting>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SmbSetting>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SmbSetting>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to