次の方法で共有


MqttAuthMethod Struct

Definition

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