Share via


KafkaAuthMethod Struct

Definition

DataflowEndpoint Kafka Authentication Method properties.

public readonly struct KafkaAuthMethod : IEquatable<Azure.ResourceManager.IotOperations.Models.KafkaAuthMethod>
type KafkaAuthMethod = struct
Public Structure KafkaAuthMethod
Implements IEquatable(Of KafkaAuthMethod)
Inheritance
KafkaAuthMethod
Implements

Constructors

KafkaAuthMethod(String)

Initializes a new instance of KafkaAuthMethod.

Properties

Anonymous

Anonymous Option.

Sasl

Sasl Option.

SystemAssignedManagedIdentity

SystemAssignedManagedIdentity type.

UserAssignedManagedIdentity

UserAssignedManagedIdentity type.

X509Certificate

x509Certificate Option.

Methods

Equals(KafkaAuthMethod)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(KafkaAuthMethod, KafkaAuthMethod)

Determines if two KafkaAuthMethod values are the same.

Implicit(String to KafkaAuthMethod)

Converts a String to a KafkaAuthMethod.

Inequality(KafkaAuthMethod, KafkaAuthMethod)

Determines if two KafkaAuthMethod values are not the same.

Applies to