Encryption 類別
磁片或快照集的待用加密設定。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.compute._serialization.ModelEncryption
建構函式
Encryption(*, type: str | _models.EncryptionType, disk_encryption_set_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
- disk_encryption_set_id
- str
要用於啟用待用加密的磁片加密集 ResourceId。
- type
- str 或 EncryptionType
用來加密磁片資料的金鑰類型。 必要。 已知值為:「EncryptionAtRestWithPlatformKey」 和 「EncryptionAtRestWithCustomerKey」。
變數
- disk_encryption_set_id
- str
要用於啟用待用加密的磁片加密集 ResourceId。
- type
- str 或 EncryptionType
用來加密磁片資料的金鑰類型。 必要。 已知值為:「EncryptionAtRestWithPlatformKey」 和 「EncryptionAtRestWithCustomerKey」。