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

EncryptionProperties 构造函数

定义

重载

EncryptionProperties()

初始化 EncryptionProperties 类的新实例。

EncryptionProperties(KeyVaultProperties, Nullable<EncryptionKeySourceType>, EncryptionPropertiesIdentity)

初始化 EncryptionProperties 类的新实例。

EncryptionProperties()

初始化 EncryptionProperties 类的新实例。

public EncryptionProperties ();
Public Sub New ()

适用于

EncryptionProperties(KeyVaultProperties, Nullable<EncryptionKeySourceType>, EncryptionPropertiesIdentity)

初始化 EncryptionProperties 类的新实例。

public EncryptionProperties (Microsoft.Azure.Management.Automation.Models.KeyVaultProperties keyVaultProperties = default, Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType? keySource = default, Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity identity = default);
new Microsoft.Azure.Management.Automation.Models.EncryptionProperties : Microsoft.Azure.Management.Automation.Models.KeyVaultProperties * Nullable<Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType> * Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity -> Microsoft.Azure.Management.Automation.Models.EncryptionProperties
Public Sub New (Optional keyVaultProperties As KeyVaultProperties = Nothing, Optional keySource As Nullable(Of EncryptionKeySourceType) = Nothing, Optional identity As EncryptionPropertiesIdentity = Nothing)

参数

keyVaultProperties
KeyVaultProperties

密钥保管库属性。

keySource
Nullable<EncryptionKeySourceType>

加密密钥源。 可能的值包括:“Microsoft.Automation”、“Microsoft.Keyvault”

identity
EncryptionPropertiesIdentity

用于 CMK 的用户标识。

适用于