MongoDbAuthenticationType Struct

Definition

The authentication type to be used to connect to the MongoDB database.

public readonly struct MongoDbAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.MongoDbAuthenticationType>
type MongoDbAuthenticationType = struct
Public Structure MongoDbAuthenticationType
Implements IEquatable(Of MongoDbAuthenticationType)
Inheritance
MongoDbAuthenticationType
Implements

Constructors

MongoDbAuthenticationType(String)

Initializes a new instance of MongoDbAuthenticationType.

Properties

Anonymous

Anonymous.

Basic

Basic.

Methods

Equals(MongoDbAuthenticationType)

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

Determines if two MongoDbAuthenticationType values are the same.

Implicit(String to MongoDbAuthenticationType)

Converts a string to a MongoDbAuthenticationType.

Inequality(MongoDbAuthenticationType, MongoDbAuthenticationType)

Determines if two MongoDbAuthenticationType values are not the same.

Applies to