Package version:

Interface DefaultVirtualMachineScaleSetInfo

Indicates the target Virtual Machine ScaleSet properties upon triggering a seamless migration without downtime of the VMs via the ConvertToVirtualMachineScaleSet API.

interface DefaultVirtualMachineScaleSetInfo {
    constrainedMaximumCapacity?: boolean;
    defaultVirtualMachineScaleSet?: SubResource;
}

Properties

constrainedMaximumCapacity?: boolean

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. NOTE: This property will not be serialized. It can only be populated by the server.

defaultVirtualMachineScaleSet?: SubResource

The default Virtual Machine ScaleSet Uri that the Availability Set will be moved to upon triggering a seamless migration via the ConvertToVirtualMachineScaleSet API. NOTE: This property will not be serialized. It can only be populated by the server.