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
| Name | Description |
|---|---|
| DataflowEndpointAuthenticationSaslType(String) |
Initializes a new instance of DataflowEndpointAuthenticationSaslType. |
Properties
| Name | Description |
|---|---|
| Plain |
PLAIN Type. |
| ScramSha256 |
SCRAM_SHA_256 Type. |
| ScramSha512 |
SCRAM_SHA_512 Type. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |