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

VirtualMachineImageProperties Class

Describes the properties of a Virtual Machine Image.

Constructor

VirtualMachineImageProperties(*args: Any, **kwargs: Any)

Variables

Name Description
plan

Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.

os_disk_image

Contains the os disk image information.

data_disk_images

The list of data disk images information.

automatic_os_upgrade_properties

Describes automatic OS upgrade properties on the image.

hyper_v_generation

Specifies the HyperVGeneration Type. Known values are: "V1" and "V2".

disallowed

Specifies disallowed configuration for the VirtualMachine created from the image.

features
architecture

Specifies the Architecture Type. Known values are: "x64" and "Arm64".

image_deprecation_status

Describes image deprecation status properties on the image.

Attributes

architecture

"x64" and "Arm64".

architecture: str | _models.ArchitectureTypes | None

automatic_os_upgrade_properties

Describes automatic OS upgrade properties on the image.

automatic_os_upgrade_properties: _models.AutomaticOSUpgradeProperties | None

data_disk_images

The list of data disk images information.

data_disk_images: list['_models.DataDiskImage'] | None

disallowed

Specifies disallowed configuration for the VirtualMachine created from the image.

disallowed: _models.DisallowedConfiguration | None

features

features: list['_models.VirtualMachineImageFeature'] | None

hyper_v_generation

"V1" and "V2".

hyper_v_generation: str | _models.HyperVGenerationTypes | None

image_deprecation_status

Describes image deprecation status properties on the image.

image_deprecation_status: _models.ImageDeprecationStatus | None

os_disk_image

Contains the os disk image information.

os_disk_image: _models.OSDiskImage | None

plan

Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.

plan: _models.PurchasePlan | None