Interface VirtualMachineScaleSet.UpdateStages.WithIpForwarding
- All Known Subinterfaces:
VirtualMachineScaleSet.Update,VirtualMachineScaleSet.UpdateStages.WithApply,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerBackendOrNatPool,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerNatPool,VirtualMachineScaleSet.UpdateStages.WithPrimaryLoadBalancer,VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply
- Enclosing interface:
VirtualMachineScaleSet.UpdateStages
public static interface VirtualMachineScaleSet.UpdateStages.WithIpForwarding
The stage of the virtual machine scale set update allowing to configure ip forwarding.
-
Method Summary
Modifier and TypeMethodDescriptionSpecify that ip forwarding should be enabled for the virtual machine scale set.Specify that ip forwarding should be disabled for the virtual machine scale set.
-
Method Details
-
withIpForwarding
VirtualMachineScaleSet.UpdateStages.WithApply withIpForwarding()Specify that ip forwarding should be enabled for the virtual machine scale set.- Returns:
- the next stage of the update
-
withoutIpForwarding
VirtualMachineScaleSet.UpdateStages.WithApply withoutIpForwarding()Specify that ip forwarding should be disabled for the virtual machine scale set.- Returns:
- the next stage of the update
-