你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CredentialDetails 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CredentialDetails()
public CredentialDetails ();
Public Sub New ()
适用于
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)
参数
- privacyLevel
- PrivacyLevel
- encryptedConnection
- EncryptedConnection
- credentialsEncryptor
- ICredentialsEncryptor
适用于
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)
参数
- credentialsBase
- CredentialsBase
- privacyLevel
- PrivacyLevel
- encryptedConnection
- EncryptedConnection
- credentialsEncryptor
- ICredentialsEncryptor
适用于
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)
参数
- credentials
- String
- credentialType
- CredentialType
- encryptedConnection
- EncryptedConnection
- encryptionAlgorithm
- EncryptionAlgorithm
- privacyLevel
- PrivacyLevel