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

EncryptionIdentity 构造函数

定义

重载

EncryptionIdentity()

初始化 EncryptionIdentity 类的新实例。

EncryptionIdentity(Nullable<Guid>, Nullable<Guid>)

初始化 EncryptionIdentity 类的新实例。

EncryptionIdentity()

初始化 EncryptionIdentity 类的新实例。

public EncryptionIdentity ();
Public Sub New ()

适用于

EncryptionIdentity(Nullable<Guid>, Nullable<Guid>)

初始化 EncryptionIdentity 类的新实例。

public EncryptionIdentity (Guid? principalId = default, Guid? tenantId = default);
new Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity : Nullable<Guid> * Nullable<Guid> -> Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity
Public Sub New (Optional principalId As Nullable(Of Guid) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing)

参数

principalId
Nullable<Guid>

与加密关联的主体标识符。

tenantId
Nullable<Guid>

与加密关联的租户标识符。

适用于