VirtualMachine.DefinitionStages.WithScaleSet Interface

public static interface VirtualMachine.DefinitionStages.WithScaleSet

The stage of the VM definition allowing to specify virtual machine scale set

Method Summary

Modifier and Type Method and Description
abstract WithManagedCreate withExistingVirtualMachineScaleSet(VirtualMachineScaleSet scaleSet)

Specifies an existing virtual machine scale set for the virtual machine.

Method Details

withExistingVirtualMachineScaleSet

public abstract VirtualMachine.DefinitionStages.WithManagedCreate withExistingVirtualMachineScaleSet(VirtualMachineScaleSet scaleSet)

Specifies an existing virtual machine scale set for the virtual machine.

Parameters:

scaleSet - the virtual machine scale set with flexible orchestration mode

Returns:

the next stage of the definition

Applies to