Encryption 類別
磁片或快照集的待用加密設定。
- 繼承
-
azure.mgmt.compute._serialization.ModelEncryption
建構函式
Encryption(*, disk_encryption_set_id: str | None = None, type: str | _models.EncryptionType | None = None, **kwargs: Any)
僅限關鍵字的參數
名稱 | Description |
---|---|
disk_encryption_set_id
|
要用於啟用待用加密的磁片加密集 ResourceId。 |
type
|
用來加密磁片資料的金鑰類型。 已知值為:「EncryptionAtRestWithPlatformKey」、「EncryptionAtRestWithCustomerKey」 和 「EncryptionAtRestWithPlatformAndCustomerKeys」。 |
變數
名稱 | Description |
---|---|
disk_encryption_set_id
|
要用於啟用待用加密的磁片加密集 ResourceId。 |
type
|
用來加密磁片資料的金鑰類型。 已知值為:「EncryptionAtRestWithPlatformKey」、「EncryptionAtRestWithCustomerKey」 和 「EncryptionAtRestWithPlatformAndCustomerKeys」。 |