VirtualMachineScaleSetHardwareProfile Class
Specifies the hardware settings for the virtual machine scale set.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineScaleSetHardwareProfile
Constructor
VirtualMachineScaleSetHardwareProfile(*, vm_size_properties: _models.VMSizeProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
vm_size_properties
|
Specifies the properties for customizing the size of the virtual
machine. Minimum api-version: 2021-11-01. |
Variables
Name | Description |
---|---|
vm_size_properties
|
Specifies the properties for customizing the size of the virtual
machine. Minimum api-version: 2021-11-01. |
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