Partager via


MongoDBAuthenticationType Structure

Définition

Type d’authentification à utiliser pour se connecter à la base de données MongoDB.

public readonly struct MongoDBAuthenticationType : IEquatable<Azure.ResourceManager.DataFactory.Models.MongoDBAuthenticationType>
type MongoDBAuthenticationType = struct
Public Structure MongoDBAuthenticationType
Implements IEquatable(Of MongoDBAuthenticationType)
Héritage
MongoDBAuthenticationType
Implémente

Constructeurs

MongoDBAuthenticationType(String)

Initialise une nouvelle instance de MongoDBAuthenticationType.

Propriétés

Anonymous

Anonyme

Basic

De base.

Méthodes

Equals(MongoDBAuthenticationType)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(MongoDBAuthenticationType, MongoDBAuthenticationType)

Détermine si deux MongoDBAuthenticationType valeurs sont identiques.

Implicit(String to MongoDBAuthenticationType)

Convertit une chaîne en MongoDBAuthenticationType.

Inequality(MongoDBAuthenticationType, MongoDBAuthenticationType)

Détermine si deux MongoDBAuthenticationType valeurs ne sont pas identiques.

S’applique à