你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlAlwaysEncryptedProperties 类

定义

Sql 始终加密的属性。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SqlAlwaysEncryptedProperties+SqlAlwaysEncryptedPropertiesConverter))]
public class SqlAlwaysEncryptedProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SqlAlwaysEncryptedProperties+SqlAlwaysEncryptedPropertiesConverter))>]
type SqlAlwaysEncryptedProperties = class
Public Class SqlAlwaysEncryptedProperties
继承
SqlAlwaysEncryptedProperties
属性

构造函数

SqlAlwaysEncryptedProperties(SqlAlwaysEncryptedAkvAuthType)

初始化 SqlAlwaysEncryptedProperties 的新实例。

属性

AlwaysEncryptedAkvAuthType

Sql 始终加密 AKV 身份验证类型。 类型:字符串。

Credential

包含身份验证信息的凭据引用。

ServicePrincipalId

Azure Active Directory 中用于 Azure 密钥保管库身份验证的应用程序的客户端 ID。 类型:包含 resultType 字符串) 的字符串 (或表达式。

ServicePrincipalKey

用于对 Azure 密钥保管库进行身份验证的服务主体的密钥。 请注意 SecretBase ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 AzureKeyVaultSecretReferenceSecureString

适用于