Compartilhar via


RestServiceAuthenticationType Estrutura

Definição

Tipo de autenticação usado para se conectar ao serviço REST.

public readonly struct RestServiceAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.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