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

OSDiskImage 类

包含 OS 磁盘映像信息。

必须填充所有必需的参数才能发送到 Azure。

继承
azure.mgmt.compute._serialization.Model
OSDiskImage

构造函数

OSDiskImage(*, operating_system: str | _models.OperatingSystemTypes, **kwargs: Any)

Keyword-Only Parameters

operating_system
strOperatingSystemTypes

osDiskImage 的操作系统。 必需。 已知值为:“Windows”和“Linux”。

变量

operating_system
strOperatingSystemTypes

osDiskImage 的操作系统。 必需。 已知值为:“Windows”和“Linux”。