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