OSDiskImage Class

Contains the os disk image information.

All required parameters must be populated in order to send to Azure.

Inheritance
OSDiskImage

Constructor

OSDiskImage(*, operating_system: Union[str, azure.mgmt.compute.v2021_04_01.models._compute_management_client_enums.OperatingSystemTypes], **kwargs)

Parameters

operating_system
str or OperatingSystemTypes
Required

Required. The operating system of the osDiskImage. Possible values include: "Windows", "Linux".