EncryptionProperties 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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 的使用者身分識別。