VirtualMachineScaleSet.DefinitionStages.WithAcceleratedNetworking Interface

public static interface VirtualMachineScaleSet.DefinitionStages.WithAcceleratedNetworking

The stage of the virtual machine scale set definition allowing to configure accelerated networking.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAcceleratedNetworking()

Specify that accelerated networking should be enabled for the virtual machine scale set.

abstract WithCreate withoutAcceleratedNetworking()

Specify that accelerated networking should be disabled for the virtual machine scale set.

Method Details

withAcceleratedNetworking

public abstract VirtualMachineScaleSet.DefinitionStages.WithCreate withAcceleratedNetworking()

Specify that accelerated networking should be enabled for the virtual machine scale set.

Returns:

the next stage of the definition

withoutAcceleratedNetworking

public abstract VirtualMachineScaleSet.DefinitionStages.WithCreate withoutAcceleratedNetworking()

Specify that accelerated networking should be disabled for the virtual machine scale set.

Returns:

the next stage of the definition

Applies to