次の方法で共有


DataflowEndpointKafkaAuthentication Class

Definition

Kafka endpoint Authentication properties. NOTE - only authentication property is allowed per entry.

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

Constructors

DataflowEndpointKafkaAuthentication(KafkaAuthMethod)

Initializes a new instance of DataflowEndpointKafkaAuthentication.

Properties

Method

Mode of Authentication.

SaslSettings

SASL authentication.

SystemAssignedManagedIdentityAudience

Audience of the service to authenticate against. Optional; defaults to the audience for Service host configuration.

UserAssignedManagedIdentitySettings

User-assigned managed identity authentication.

X509CertificateSecretRef

Secret reference of the X.509 certificate.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataflowEndpointKafkaAuthentication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataflowEndpointKafkaAuthentication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataflowEndpointKafkaAuthentication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataflowEndpointKafkaAuthentication>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataflowEndpointKafkaAuthentication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to