DataflowEndpointAuthenticationSaslType 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 Authentication Sasl Type properties.
public readonly struct DataflowEndpointAuthenticationSaslType : IEquatable<Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationSaslType>
type DataflowEndpointAuthenticationSaslType = struct
Public Structure DataflowEndpointAuthenticationSaslType
Implements IEquatable(Of DataflowEndpointAuthenticationSaslType)
- Inheritance
-
DataflowEndpointAuthenticationSaslType
- Implements
Constructors
DataflowEndpointAuthenticationSaslType(String) |
Initializes a new instance of DataflowEndpointAuthenticationSaslType. |
Properties
Plain |
PLAIN Type. |
ScramSha256 |
SCRAM_SHA_256 Type. |
ScramSha512 |
SCRAM_SHA_512 Type. |
Methods
Equals(DataflowEndpointAuthenticationSaslType) |
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(DataflowEndpointAuthenticationSaslType, DataflowEndpointAuthenticationSaslType) |
Determines if two DataflowEndpointAuthenticationSaslType values are the same. |
Implicit(String to DataflowEndpointAuthenticationSaslType) |
Converts a String to a DataflowEndpointAuthenticationSaslType. |
Inequality(DataflowEndpointAuthenticationSaslType, DataflowEndpointAuthenticationSaslType) |
Determines if two DataflowEndpointAuthenticationSaslType values are not the same. |
Applies to
Azure SDK for .NET