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

Encryption Class

The CMK encryption settings on the Device Update account.

Constructor

Encryption(*, key_vault_key_uri: str | None = None, user_assigned_identity: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
key_vault_key_uri
str

The URI of the key vault.

Default value: None
user_assigned_identity
str

The full resourceId of the user assigned identity to be used for key vault access. Identity has to be also assigned to the Account.

Default value: None

Variables

Name Description
key_vault_key_uri
str

The URI of the key vault.

user_assigned_identity
str

The full resourceId of the user assigned identity to be used for key vault access. Identity has to be also assigned to the Account.