VirtualMachineImageFeature Class
Specifies additional capabilities supported by the image.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineImageFeature
Constructor
VirtualMachineImageFeature(*, name: str | None = None, value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the feature. |
value
|
The corresponding value for the feature. |
Variables
Name | Description |
---|---|
name
|
The name of the feature. |
value
|
The corresponding value for the feature. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python