MqttAuthMethod 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 Mqtt Authentication Method properties.
public readonly struct MqttAuthMethod : IEquatable<Azure.ResourceManager.IotOperations.Models.MqttAuthMethod>
type MqttAuthMethod = struct
Public Structure MqttAuthMethod
Implements IEquatable(Of MqttAuthMethod)
- Inheritance
-
MqttAuthMethod
- Implements
Constructors
MqttAuthMethod(String) |
Initializes a new instance of MqttAuthMethod. |
Properties
Anonymous |
Anonymous Option. |
ServiceAccountToken |
ServiceAccountToken Option. |
SystemAssignedManagedIdentity |
SystemAssignedManagedIdentity type. |
UserAssignedManagedIdentity |
UserAssignedManagedIdentity type. |
X509Certificate |
x509Certificate Option. |
Methods
Equals(MqttAuthMethod) |
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(MqttAuthMethod, MqttAuthMethod) |
Determines if two MqttAuthMethod values are the same. |
Implicit(String to MqttAuthMethod) |
Converts a String to a MqttAuthMethod. |
Inequality(MqttAuthMethod, MqttAuthMethod) |
Determines if two MqttAuthMethod values are not the same. |
Applies to
Azure SDK for .NET