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