DefaultVirtualMachineScaleSetInfo Class
Indicates the target Virtual Machine ScaleSet properties upon triggering a seamless migration without downtime of the VMs via the ConvertToVirtualMachineScaleSet API.
Constructor
DefaultVirtualMachineScaleSetInfo(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
constrained_maximum_capacity
|
Indicates if the the maximum capacity of the default migrated Virtual Machine Scale Set after its migration will be constrained to a limited number of VMs. |
|
default_virtual_machine_scale_set
|
The default Virtual Machine ScaleSet Uri that the Availability Set will be moved to upon triggering a seamless migration via the ConvertToVirtualMachineScaleSet API. |
Attributes
constrained_maximum_capacity
Indicates if the the maximum capacity of the default migrated Virtual Machine Scale Set after its migration will be constrained to a limited number of VMs.
constrained_maximum_capacity: bool | None
default_virtual_machine_scale_set
The default Virtual Machine ScaleSet Uri that the Availability Set will be moved to upon triggering a seamless migration via the ConvertToVirtualMachineScaleSet API.
default_virtual_machine_scale_set: _models.SubResource | None