KafkaAuthMethod 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.
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
Azure SDK for .NET