WebAuthenticationType 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.
Tipo de autenticação usado para se conectar à origem da tabela da Web.
public readonly struct WebAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.WebAuthenticationType>
type WebAuthenticationType = struct
Public Structure WebAuthenticationType
Implements IEquatable(Of WebAuthenticationType)
- Herança
-
WebAuthenticationType
- Implementações
Construtores
WebAuthenticationType(String) |
Inicializa uma nova instância de WebAuthenticationType. |
Propriedades
Anonymous |
Anônima. |
Basic |
Básica. |
ClientCertificate |
Clientcertificate. |
Métodos
Equals(WebAuthenticationType) |
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(WebAuthenticationType, WebAuthenticationType) |
Determina se dois WebAuthenticationType valores são os mesmos. |
Implicit(String to WebAuthenticationType) |
Converte uma cadeia de caracteres em um WebAuthenticationType. |
Inequality(WebAuthenticationType, WebAuthenticationType) |
Determina se dois WebAuthenticationType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET