AuthenticationType 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.
Énumération des types d’authentification possibles lors de la connexion.
public readonly struct AuthenticationType : IEquatable<Azure.ResourceManager.DataMigration.Models.AuthenticationType>
type AuthenticationType = struct
Public Structure AuthenticationType
Implements IEquatable(Of AuthenticationType)
- Héritage
-
AuthenticationType
- Implémente
Constructeurs
AuthenticationType(String) |
Initialise une nouvelle instance de AuthenticationType. |
Propriétés
ActiveDirectoryIntegrated |
ActiveDirectoryIntegrated. |
ActiveDirectoryPassword |
ActiveDirectoryPassword. |
None |
Aucun. |
SqlAuthentication |
SqlAuthentication. |
WindowsAuthentication |
WindowsAuthentication. |
Méthodes
Equals(AuthenticationType) |
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(AuthenticationType, AuthenticationType) |
Détermine si deux AuthenticationType valeurs sont identiques. |
Implicit(String to AuthenticationType) |
Convertit une chaîne en AuthenticationType. |
Inequality(AuthenticationType, AuthenticationType) |
Détermine si deux AuthenticationType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET