OSDiskImageSecurityProfile Class
Contains security profile for an OS disk image.
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", and "EncryptedWithCmk". |
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", and "EncryptedWithCmk". |
secure_vm_disk_encryption_set_id
|
secure VM disk encryption set id. |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python