RestServiceAuthenticationType 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 ao serviço REST.
public readonly struct RestServiceAuthenticationType : IEquatable<Azure.ResourceManager.DataFactory.Models.RestServiceAuthenticationType>
type RestServiceAuthenticationType = struct
Public Structure RestServiceAuthenticationType
Implements IEquatable(Of RestServiceAuthenticationType)
- Herança
-
RestServiceAuthenticationType
- Implementações
Construtores
RestServiceAuthenticationType(String) |
Inicializa uma nova instância de RestServiceAuthenticationType. |
Propriedades
AadServicePrincipal |
AadServicePrincipal. |
Anonymous |
Anônima. |
Basic |
Básica. |
ManagedServiceIdentity |
ManagedServiceIdentity. |
OAuth2ClientCredential |
OAuth2ClientCredential. |
Métodos
Equals(RestServiceAuthenticationType) |
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(RestServiceAuthenticationType, RestServiceAuthenticationType) |
Determina se dois RestServiceAuthenticationType valores são os mesmos. |
Implicit(String to RestServiceAuthenticationType) |
Converte uma cadeia de caracteres em um RestServiceAuthenticationType. |
Inequality(RestServiceAuthenticationType, RestServiceAuthenticationType) |
Determina se dois RestServiceAuthenticationType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET