次の方法で共有


DataflowEndpointAuthenticationSaslType Struct

Definition

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