@Beta(value=V1_14_0)
public static interface VirtualMachineScaleSet.DefinitionStages.WithIpForwarding
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withIpForwarding()
Specify that ip forwarding should be enabled for the virtual machine scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withoutIpForwarding()
Specify that ip forwarding should be disabled for the virtual machine scale set.
|
@Beta(value=V1_14_0) VirtualMachineScaleSet.DefinitionStages.WithCreate withIpForwarding()
@Beta(value=V1_14_0) VirtualMachineScaleSet.DefinitionStages.WithCreate withoutIpForwarding()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/