Condividi tramite


NetAppSmbSettings Class

Definition

SMB settings for the cache.

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

Constructors

Name Description
NetAppSmbSettings()

Initializes a new instance of NetAppSmbSettings.

Properties

Name Description
SmbAccessBasedEnumeration

Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume.

SmbEncryption

Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache.

SmbNonBrowsable

Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NetAppSmbSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppSmbSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppSmbSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppSmbSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppSmbSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to