次の方法で共有


BrokerAuthenticationMethod Struct

Definition

Broker Authentication Mode.

public readonly struct BrokerAuthenticationMethod : IEquatable<Azure.ResourceManager.IotOperations.Models.BrokerAuthenticationMethod>
type BrokerAuthenticationMethod = struct
Public Structure BrokerAuthenticationMethod
Implements IEquatable(Of BrokerAuthenticationMethod)
Inheritance
BrokerAuthenticationMethod
Implements

Constructors

BrokerAuthenticationMethod(String)

Initializes a new instance of BrokerAuthenticationMethod.

Properties

Custom

Custom authentication configuration.

ServiceAccountToken

ServiceAccountToken authentication configuration.

X509

X.509 authentication configuration.

Methods

Equals(BrokerAuthenticationMethod)

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(BrokerAuthenticationMethod, BrokerAuthenticationMethod)

Determines if two BrokerAuthenticationMethod values are the same.

Implicit(String to BrokerAuthenticationMethod)

Converts a String to a BrokerAuthenticationMethod.

Inequality(BrokerAuthenticationMethod, BrokerAuthenticationMethod)

Determines if two BrokerAuthenticationMethod values are not the same.

Applies to