VMSizeProperties Class
Specifies VM Size Property settings on the virtual machine.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVMSizeProperties
Constructor
VMSizeProperties(*, v_cpus_available: int | None = None, v_cpus_per_core: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
v_cpus_available
|
Specifies the number of vCPUs available for the VM.
|
v_cpus_per_core
|
Specifies the vCPU to physical core ratio. |
Variables
Name | Description |
---|---|
v_cpus_available
|
Specifies the number of vCPUs available for the VM.
|
v_cpus_per_core
|
Specifies the vCPU to physical core ratio. |
Azure SDK for Python