Share via


DataflowEndpointAuthenticationSasl Class

Definition

DataflowEndpoint Authentication Sasl properties.

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

Constructors

DataflowEndpointAuthenticationSasl(DataflowEndpointAuthenticationSaslType, String)

Initializes a new instance of DataflowEndpointAuthenticationSasl.

Properties

SaslType

Type of SASL authentication. Can be PLAIN, SCRAM-SHA-256, or SCRAM-SHA-512.

SecretRef

Token secret name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataflowEndpointAuthenticationSasl>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataflowEndpointAuthenticationSasl>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataflowEndpointAuthenticationSasl>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataflowEndpointAuthenticationSasl>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataflowEndpointAuthenticationSasl>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to