Language

ArmComputeModelFactory.MigrateVmToVirtualMachineScaleSetContent Method

Definition

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.

targetFaultDomain
Nullable<Int32>

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.

Applies to