MongoDbAuthenticationType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type d’authentification à utiliser pour se connecter à la base de données MongoDB.
public readonly struct MongoDbAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.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 à
Azure SDK for .NET