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.WithAcceleratedNetworkingThe stage of the virtual machine scale set update allowing to configure accelerated networking.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSet.UpdateStages.WithApplywithAcceleratedNetworking()Specify that accelerated networking should be enabled for the virtual machine scale set.VirtualMachineScaleSet.UpdateStages.WithApplywithoutAcceleratedNetworking()Specify that accelerated networking should be disabled for the virtual machine scale set.
-
-
-
Method Detail
-
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
-
-