RecommendedMachineConfiguration Class
The properties describe the recommended machine configuration for this Image Definition. These properties are updatable.
- Inheritance
-
azure.mgmt.compute._serialization.ModelRecommendedMachineConfiguration
Constructor
RecommendedMachineConfiguration(*, v_cp_us: _models.ResourceRange | None = None, memory: _models.ResourceRange | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
v_cp_us
|
Describes the resource range. |
memory
|
Describes the resource range. |
Variables
Name | Description |
---|---|
v_cp_us
|
Describes the resource range. |
memory
|
Describes the resource range. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python