Interface VirtualMachineScaleSet.UpdateStages.WithAcceleratedNetworking
- 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.WithAcceleratedNetworking
The stage of the virtual machine scale set update allowing to configure accelerated networking.
-
Method Summary
Modifier and TypeMethodDescriptionSpecify that accelerated networking should be enabled for the virtual machine scale set.Specify that accelerated networking should be disabled for the virtual machine scale set.
-
Method Details
-
withAcceleratedNetworking
VirtualMachineScaleSet.UpdateStages.WithApply withAcceleratedNetworking()Specify that accelerated networking should be enabled for the virtual machine scale set.- Returns:
- the next stage of the update
-
withoutAcceleratedNetworking
VirtualMachineScaleSet.UpdateStages.WithApply withoutAcceleratedNetworking()Specify that accelerated networking should be disabled for the virtual machine scale set.- Returns:
- the next stage of the update
-