共用方式為


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 的使用者身分識別。

適用於