CredentialDetails Construtores
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.
Sobrecargas
CredentialDetails()
public CredentialDetails ();
Public Sub New ()
Aplica-se a
CredentialDetails(PrivacyLevel, EncryptedConnection, ICredentialsEncryptor, Nullable<Boolean>)
protected CredentialDetails (Microsoft.PowerBI.Api.Models.PrivacyLevel privacyLevel, Microsoft.PowerBI.Api.Models.EncryptedConnection encryptedConnection, Microsoft.PowerBI.Api.Extensions.Models.Credentials.ICredentialsEncryptor credentialsEncryptor, bool? useEndUserOAuth2Credentials = default);
new Microsoft.PowerBI.Api.Models.CredentialDetails : Microsoft.PowerBI.Api.Models.PrivacyLevel * Microsoft.PowerBI.Api.Models.EncryptedConnection * Microsoft.PowerBI.Api.Extensions.Models.Credentials.ICredentialsEncryptor * Nullable<bool> -> Microsoft.PowerBI.Api.Models.CredentialDetails
Protected Sub New (privacyLevel As PrivacyLevel, encryptedConnection As EncryptedConnection, credentialsEncryptor As ICredentialsEncryptor, Optional useEndUserOAuth2Credentials As Nullable(Of Boolean) = Nothing)
Parâmetros
- privacyLevel
- PrivacyLevel
- encryptedConnection
- EncryptedConnection
- credentialsEncryptor
- ICredentialsEncryptor
Aplica-se a
CredentialDetails(CredentialsBase, PrivacyLevel, EncryptedConnection, ICredentialsEncryptor, Nullable<Boolean>)
public CredentialDetails (Microsoft.PowerBI.Api.Models.Credentials.CredentialsBase credentialsBase, Microsoft.PowerBI.Api.Models.PrivacyLevel privacyLevel, Microsoft.PowerBI.Api.Models.EncryptedConnection encryptedConnection, Microsoft.PowerBI.Api.Extensions.Models.Credentials.ICredentialsEncryptor credentialsEncryptor = default, bool? useEndUserOAuth2Credentials = default);
new Microsoft.PowerBI.Api.Models.CredentialDetails : Microsoft.PowerBI.Api.Models.Credentials.CredentialsBase * Microsoft.PowerBI.Api.Models.PrivacyLevel * Microsoft.PowerBI.Api.Models.EncryptedConnection * Microsoft.PowerBI.Api.Extensions.Models.Credentials.ICredentialsEncryptor * Nullable<bool> -> Microsoft.PowerBI.Api.Models.CredentialDetails
Public Sub New (credentialsBase As CredentialsBase, privacyLevel As PrivacyLevel, encryptedConnection As EncryptedConnection, Optional credentialsEncryptor As ICredentialsEncryptor = Nothing, Optional useEndUserOAuth2Credentials As Nullable(Of Boolean) = Nothing)
Parâmetros
- credentialsBase
- CredentialsBase
- privacyLevel
- PrivacyLevel
- encryptedConnection
- EncryptedConnection
- credentialsEncryptor
- ICredentialsEncryptor
Aplica-se a
CredentialDetails(String, CredentialType, EncryptedConnection, EncryptionAlgorithm, PrivacyLevel, Nullable<Boolean>, Nullable<Boolean>)
public CredentialDetails (string credentials, Microsoft.PowerBI.Api.Models.CredentialType credentialType, Microsoft.PowerBI.Api.Models.EncryptedConnection encryptedConnection, Microsoft.PowerBI.Api.Models.EncryptionAlgorithm encryptionAlgorithm, Microsoft.PowerBI.Api.Models.PrivacyLevel privacyLevel, bool? useCallerAADIdentity = default, bool? useEndUserOAuth2Credentials = default);
new Microsoft.PowerBI.Api.Models.CredentialDetails : string * Microsoft.PowerBI.Api.Models.CredentialType * Microsoft.PowerBI.Api.Models.EncryptedConnection * Microsoft.PowerBI.Api.Models.EncryptionAlgorithm * Microsoft.PowerBI.Api.Models.PrivacyLevel * Nullable<bool> * Nullable<bool> -> Microsoft.PowerBI.Api.Models.CredentialDetails
Public Sub New (credentials As String, credentialType As CredentialType, encryptedConnection As EncryptedConnection, encryptionAlgorithm As EncryptionAlgorithm, privacyLevel As PrivacyLevel, Optional useCallerAADIdentity As Nullable(Of Boolean) = Nothing, Optional useEndUserOAuth2Credentials As Nullable(Of Boolean) = Nothing)
Parâmetros
- credentials
- String
- credentialType
- CredentialType
- encryptedConnection
- EncryptedConnection
- encryptionAlgorithm
- EncryptionAlgorithm
- privacyLevel
- PrivacyLevel
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET