VirtualMachineSizeListResult Class
The List Virtual Machine operation response.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineSizeListResult
Constructor
VirtualMachineSizeListResult(*, value: List[_models.VirtualMachineSize] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The list of virtual machine sizes. |
Variables
Name | Description |
---|---|
value
|
The list of virtual machine sizes. |
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