Condividi tramite


ConfluentAuthType Struct

Definition

Kafka Connector Auth Type.

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

Constructors

Name Description
ConfluentAuthType(String)

Initializes a new instance of ConfluentAuthType.

Properties

Name Description
KafkaApiKey

Gets the KafkaApiKey.

ServiceAccount

Gets the ServiceAccount.

Methods

Name Description
Equals(ConfluentAuthType)

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(ConfluentAuthType, ConfluentAuthType)

Determines if two ConfluentAuthType values are the same.

Implicit(String to ConfluentAuthType)

Converts a string to a ConfluentAuthType.

Implicit(String to Nullable<ConfluentAuthType>)
Inequality(ConfluentAuthType, ConfluentAuthType)

Determines if two ConfluentAuthType values are not the same.

Applies to