AuthenticationType Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Uma enumeração de possíveis tipos de autenticação ao se conectar.
public readonly struct AuthenticationType : IEquatable<Azure.ResourceManager.DataMigration.Models.AuthenticationType>
type AuthenticationType = struct
Public Structure AuthenticationType
Implements IEquatable(Of AuthenticationType)
- Herança
-
AuthenticationType
- Implementações
Construtores
AuthenticationType(String) |
Inicializa uma nova instância de AuthenticationType. |
Propriedades
ActiveDirectoryIntegrated |
ActiveDirectoryIntegrated. |
ActiveDirectoryPassword |
ActiveDirectoryPassword. |
None |
Nenhum. |
SqlAuthentication |
SqlAuthentication. |
WindowsAuthentication |
Windowsauthentication. |
Métodos
Equals(AuthenticationType) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(AuthenticationType, AuthenticationType) |
Determina se dois AuthenticationType valores são os mesmos. |
Implicit(String to AuthenticationType) |
Converte uma cadeia de caracteres em um AuthenticationType. |
Inequality(AuthenticationType, AuthenticationType) |
Determina se dois AuthenticationType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET