Udostępnij przez


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

Name Description
KafkaAuthMethod(String)

Initializes a new instance of KafkaAuthMethod.

Properties

Name Description
Anonymous

Anonymous Option.

Sasl

Sasl Option.

SystemAssignedManagedIdentity

SystemAssignedManagedIdentity type.

UserAssignedManagedIdentity

UserAssignedManagedIdentity type.

X509Certificate

x509Certificate Option.

Methods

Name Description
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

Name Description
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