Compartir a través de


AuthenticationType Estructura

Definición

Enumeración de posibles tipos de autenticación al conectarse.

public readonly struct AuthenticationType : IEquatable<Azure.ResourceManager.DataMigration.Models.AuthenticationType>
type AuthenticationType = struct
Public Structure AuthenticationType
Implements IEquatable(Of AuthenticationType)
Herencia
AuthenticationType
Implementaciones

Constructores

AuthenticationType(String)

Inicializa una nueva instancia de la clase AuthenticationType.

Propiedades

ActiveDirectoryIntegrated

ActiveDirectoryIntegrated.

ActiveDirectoryPassword

ActiveDirectoryPassword.

None

Ninguno.

SqlAuthentication

SqlAuthentication.

WindowsAuthentication

WindowsAuthentication.

Métodos

Equals(AuthenticationType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(AuthenticationType, AuthenticationType)

Determina si dos AuthenticationType valores son los mismos.

Implicit(String to AuthenticationType)

Convierte una cadena en un AuthenticationType.

Inequality(AuthenticationType, AuthenticationType)

Determina si dos AuthenticationType valores no son los mismos.

Se aplica a