你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OSDiskImageEncryption Class

Contains encryption settings for an OS disk image.

Inheritance
azure.mgmt.compute.v2021_10_01.models._models_py3.DiskImageEncryption
OSDiskImageEncryption

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
str

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
str

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.