共用方式為


DiskEncryptionSetUpdate 類別

磁片加密集更新資源。

繼承
azure.mgmt.compute._serialization.Model
DiskEncryptionSetUpdate

建構函式

DiskEncryptionSetUpdate(*, tags: Dict[str, str] | None = None, encryption_type: str | _models.EncryptionType | None = None, active_key: _models.KeyVaultAndKeyReference | None = None, **kwargs: Any)

僅限關鍵字參數

名稱 Description
tags

資源標籤。

encryption_type

用來加密磁片資料的金鑰類型。 已知值為:「EncryptionAtRestWithPlatformKey」、「EncryptionAtRestWithCustomerKey」 和 「EncryptionAtRestWithPlatformAndCustomerKeys」。

active_key

金鑰保存庫 KeK 的金鑰 URL 和保存庫識別碼,KeK 是選擇性的,且提供時會用來解除包裝 encryptionKey。

變數

名稱 Description
tags

資源標籤。

encryption_type

用來加密磁片資料的金鑰類型。 已知值為:「EncryptionAtRestWithPlatformKey」、「EncryptionAtRestWithCustomerKey」 和 「EncryptionAtRestWithPlatformAndCustomerKeys」。

active_key

金鑰保存庫 KeK 的金鑰 URL 和保存庫識別碼,KeK 是選擇性的,且提供時會用來解除包裝 encryptionKey。