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

KeyVaultAndKeyReference 类

密钥保管库 KeK 的密钥 URL 和保管库 ID,KeK 是可选的,如果提供,则用于解包 encryptionKey。

必须填充所有必需的参数才能发送到 Azure。

继承
azure.mgmt.compute._serialization.Model
KeyVaultAndKeyReference

构造函数

KeyVaultAndKeyReference(*, source_vault: _models.SourceVault, key_url: str, **kwargs: Any)

Keyword-Only Parameters

source_vault
SourceVault

包含密钥或机密的 KeyVault 的资源 ID。 必需。

key_url
str

指向 KeyVault 中的密钥或机密的 URL。 必需。

变量

source_vault
SourceVault

包含密钥或机密的 KeyVault 的资源 ID。 必需。

key_url
str

指向 KeyVault 中的密钥或机密的 URL。 必需。