你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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