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. Please follow the instructions in VM Customization for more details. |
Variables
Name | Description |
---|---|
vm_size_properties
|
Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in VM Customization for more details. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python