Package version:

Interface VirtualMachineScaleSetMigrationInfo

Describes the Availability Set properties related to migration to Flexible Virtual Machine Scale Set.

interface VirtualMachineScaleSetMigrationInfo {
    defaultVirtualMachineScaleSetInfo?: DefaultVirtualMachineScaleSetInfo;
    migrateToVirtualMachineScaleSet?: SubResource;
}

Properties

defaultVirtualMachineScaleSetInfo?: DefaultVirtualMachineScaleSetInfo

Indicates the target Virtual Machine ScaleSet properties upon triggering a seamless migration without downtime of the VMs via the ConvertToVirtualMachineScaleSet API. NOTE: This property will not be serialized. It can only be populated by the server.

migrateToVirtualMachineScaleSet?: SubResource

Specifies the Virtual Machine Scale Set that the Availability Set is migrated to. NOTE: This property will not be serialized. It can only be populated by the server.