CredentialType 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.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.PowerBI.Api.Models.CredentialTypeConverter))]
public struct CredentialType : IEquatable<Microsoft.PowerBI.Api.Models.CredentialType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.PowerBI.Api.Models.CredentialTypeConverter))>]
type CredentialType = struct
Public Structure CredentialType
Implements IEquatable(Of CredentialType)
- Herança
-
CredentialType
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
- Implementações
Campos
Anonymous | |
Basic | |
Key | |
OAuth2 | |
Windows |
Métodos
Equals(CredentialType) | |
Equals(Object) | |
GetHashCode() | |
ToString() |
Operadores
Equality(CredentialType, CredentialType) | |
Implicit(CredentialType to String) | |
Implicit(String to CredentialType) | |
Inequality(CredentialType, CredentialType) |
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET