OSDiskImageEncryption Class
Contains encryption settings for an OS disk image.
- Inheritance
-
azure.mgmt.compute.v2023_07_03.models._models_py3.DiskImageEncryptionOSDiskImageEncryption
Constructor
OSDiskImageEncryption(*, disk_encryption_set_id: str | None = None, security_profile: _models.OSDiskImageSecurityProfile | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
disk_encryption_set_id
|
A relative URI containing the resource ID of the disk encryption set. |
security_profile
|
This property specifies the security profile of an OS disk image. |
Variables
Name | Description |
---|---|
disk_encryption_set_id
|
A relative URI containing the resource ID of the disk encryption set. |
security_profile
|
This property specifies the security profile of an OS disk image. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python