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: 2022-03-01. |
Variables
Name | Description |
---|---|
vm_size_properties
|
Specifies the properties for customizing the size of the virtual
machine. Minimum api-version: 2022-03-01. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python