VMScaleSetScaleOutInput Class
The input for ScaleOut.
All required parameters must be populated in order to send to server.
Constructor
VMScaleSetScaleOutInput(*, capacity: int, properties: _models.VMScaleSetScaleOutInputProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
capacity
|
Specifies the number of virtual machines in the scale set. Required. |
|
properties
|
The input properties for ScaleOut. Default value: None
|
Variables
| Name | Description |
|---|---|
|
capacity
|
Specifies the number of virtual machines in the scale set. Required. |
|
properties
|
The input properties for ScaleOut. |