HardwareProfile Class
Specifies the hardware settings for the virtual machine.
- Inheritance
-
azure.mgmt.compute._serialization.ModelHardwareProfile
Constructor
HardwareProfile(*, vm_size: str | _models.VirtualMachineSizeTypes | None = None, vm_size_properties: _models.VMSizeProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
vm_size
|
Specifies the size of the virtual machine. |
vm_size_properties
|
Specifies the properties for customizing the size of the virtual
machine. Minimum api-version: 2021-07-01. |
Variables
Name | Description |
---|---|
vm_size
|
Specifies the size of the virtual machine. |
vm_size_properties
|
Specifies the properties for customizing the size of the virtual
machine. Minimum api-version: 2021-07-01. |
Azure SDK for Python