OSDiskImageSecurityProfile Class
Contains security profile for an OS disk image.
- Inheritance
-
azure.mgmt.compute._serialization.ModelOSDiskImageSecurityProfile
Constructor
OSDiskImageSecurityProfile(*, confidential_vm_encryption_type: str | _models.ConfidentialVMEncryptionType | None = None, secure_vm_disk_encryption_set_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
confidential_vm_encryption_type
|
confidential VM encryption types. Known values are: "EncryptedVMGuestStateOnlyWithPmk", "EncryptedWithPmk", "EncryptedWithCmk", and "NonPersistedTPM". |
secure_vm_disk_encryption_set_id
|
secure VM disk encryption set id. |
Variables
Name | Description |
---|---|
confidential_vm_encryption_type
|
confidential VM encryption types. Known values are: "EncryptedVMGuestStateOnlyWithPmk", "EncryptedWithPmk", "EncryptedWithCmk", and "NonPersistedTPM". |
secure_vm_disk_encryption_set_id
|
secure VM disk encryption set id. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python