VirtualMachineImageFeature Class

Specifies additional capabilities supported by the image.

Constructor

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

Variables

Name Description
name
str

The name of the feature.

value
str

The corresponding value for the feature.

Attributes

name

The name of the feature.

name: str | None

value

The corresponding value for the feature.

value: str | None