ConfluentAuthType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |