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, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
vm_size
|
Specifies the size of the virtual machine. For more information about virtual
machine sizes, see Sizes for virtual machines. # pylint: disable=line-too-long
|
Variables
Name | Description |
---|---|
vm_size
|
Specifies the size of the virtual machine. For more information about virtual
machine sizes, see Sizes for virtual machines. # pylint: disable=line-too-long
|
Azure SDK for Python