VirtualMachineScaleSet.DefinitionStages.WithIpForwarding Interface

public static interface VirtualMachineScaleSet.DefinitionStages.WithIpForwarding

The stage of the virtual machine scale set definition allowing to configure ip forwarding.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIpForwarding()

Specify that ip forwarding should be enabled for the virtual machine scale set.

abstract WithCreate withoutIpForwarding()

Specify that ip forwarding should be disabled for the virtual machine scale set.

Method Details

withIpForwarding

public abstract VirtualMachineScaleSet.DefinitionStages.WithCreate withIpForwarding()

Specify that ip forwarding should be enabled for the virtual machine scale set.

Returns:

the next stage of the definition

withoutIpForwarding

public abstract VirtualMachineScaleSet.DefinitionStages.WithCreate withoutIpForwarding()

Specify that ip forwarding should be disabled for the virtual machine scale set.

Returns:

the next stage of the definition

Applies to