MigrateVMToVirtualMachineScaleSetInput Class

The input of virtual machine migration from Availability Set to Flexible Virtual Machine Scale Set.

Constructor

MigrateVMToVirtualMachineScaleSetInput(*args: Any, **kwargs: Any)

Variables

Name Description
target_zone
str

The target zone of VM migration to Flexible Virtual Machine Scale Set.

target_fault_domain
int

The target compute fault domain of VM migration to Flexible Virtual Machine Scale Set.

target_vm_size
str

The target Virtual Machine size of VM migration to Flexible Virtual Machine Scale Set.

Attributes

target_fault_domain

The target compute fault domain of VM migration to Flexible Virtual Machine Scale Set.

target_fault_domain: int | None

target_vm_size

The target Virtual Machine size of VM migration to Flexible Virtual Machine Scale Set.

target_vm_size: str | None

target_zone

The target zone of VM migration to Flexible Virtual Machine Scale Set.

target_zone: str | None