共用方式為


DiskEncryptionSetUpdate 類別

磁片加密集更新資源。

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

建構函式

DiskEncryptionSetUpdate(*, tags: Dict[str, str] | None = None, identity: _models.EncryptionSetIdentity | None = None, encryption_type: str | _models.DiskEncryptionSetType | None = None, active_key: _models.KeyForDiskEncryptionSet | None = None, rotation_to_latest_key_version_enabled: bool | None = None, federated_client_id: str | None = None, **kwargs: Any)

僅限關鍵字參數

名稱 Description
tags

資源標籤。

identity

磁片加密集的受控識別。 在金鑰保存庫可用來加密磁片之前,它應該獲得金鑰保存庫的許可權。

encryption_type

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

active_key

金鑰保存庫金鑰 URL,用於受控磁碟和快照集的伺服器端加密。

rotation_to_latest_key_version_enabled

將此旗標設定為 true,以啟用此磁片加密設定為最新金鑰版本的自動更新。

federated_client_id
str

多租使用者應用程式用戶端識別碼,可存取不同租使用者中的金鑰保存庫。 將值設定為 'None' 將會清除 屬性。

變數

名稱 Description
tags

資源標籤。

identity

磁片加密集的受控識別。 在金鑰保存庫可用來加密磁片之前,它應該獲得金鑰保存庫的許可權。

encryption_type

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

active_key

金鑰保存庫金鑰 URL,用於受控磁碟和快照集的伺服器端加密。

rotation_to_latest_key_version_enabled

將此旗標設定為 true,以啟用此磁片加密設定為最新金鑰版本的自動更新。

federated_client_id
str

多租使用者應用程式用戶端識別碼,可存取不同租使用者中的金鑰保存庫。 將值設定為 'None' 將會清除 屬性。