VirtualMachineImageFeature Class
Specifies additional capabilities supported by the image.
Constructor
VirtualMachineImageFeature(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The name of the feature. |
|
value
|
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