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
| Name | Description |
|---|---|
| MqttAuthMethod(String) |
Initializes a new instance of MqttAuthMethod. |
Properties
| Name | Description |
|---|---|
| Anonymous |
Anonymous Option. |
| ServiceAccountToken |
ServiceAccountToken Option. |
| SystemAssignedManagedIdentity |
SystemAssignedManagedIdentity type. |
| UserAssignedManagedIdentity |
UserAssignedManagedIdentity type. |
| X509Certificate |
x509Certificate Option. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |