ArmComputeModelFactory.MigrateVmToVirtualMachineScaleSetContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Compute.Models.MigrateVmToVirtualMachineScaleSetContent MigrateVmToVirtualMachineScaleSetContent(string targetZone = default, int? targetFaultDomain = default, string targetVmSize = default);
static member MigrateVmToVirtualMachineScaleSetContent : string * Nullable<int> * string -> Azure.ResourceManager.Compute.Models.MigrateVmToVirtualMachineScaleSetContent
Public Shared Function MigrateVmToVirtualMachineScaleSetContent (Optional targetZone As String = Nothing, Optional targetFaultDomain As Nullable(Of Integer) = Nothing, Optional targetVmSize As String = Nothing) As MigrateVmToVirtualMachineScaleSetContent
Parameters
- targetZone
- String
The target zone of VM migration to Flexible Virtual Machine Scale Set.
The target compute fault domain of VM migration to Flexible Virtual Machine Scale Set.
- targetVmSize
- String
The target Virtual Machine size of VM migration to Flexible Virtual Machine Scale Set.
Returns
A new MigrateVmToVirtualMachineScaleSetContent instance for mocking.