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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python