Default Virtual Machine Scale Set Info Response
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
Link copied to clipboard
constructor(constrainedMaximumCapacity: Boolean, defaultVirtualMachineScaleSet: SubResourceResponse)
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.