DefaultVirtualMachineScaleSetInfoResponse

data class DefaultVirtualMachineScaleSetInfoResponse(val constrainedMaximumCapacity: Boolean, val defaultVirtualMachineScaleSet: SubResourceResponse)

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

Constructors

constructor(constrainedMaximumCapacity: Boolean, defaultVirtualMachineScaleSet: SubResourceResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The default Virtual Machine ScaleSet Uri that the Availability Set will be moved to upon triggering a seamless migration via the ConvertToVirtualMachineScaleSet API.