Interface VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancerBackend
- 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.WithoutPrimaryLoadBalancerBackend
The stage of a virtual machine scale set update allowing to remove the association between the primary
network interface configuration and a backend of a load balancer.
-
Method Summary
Modifier and TypeMethodDescriptionwithoutPrimaryInternalLoadBalancerBackends(String... backendNames) Removes the associations between the primary network interface configuration and the specified backends of the internal load balancer.withoutPrimaryInternetFacingLoadBalancerBackends(String... backendNames) Removes the associations between the primary network interface configuration and the specfied backends of the Internet-facing load balancer.
-
Method Details
-
withoutPrimaryInternetFacingLoadBalancerBackends
VirtualMachineScaleSet.UpdateStages.WithApply withoutPrimaryInternetFacingLoadBalancerBackends(String... backendNames) Removes the associations between the primary network interface configuration and the specfied backends of the Internet-facing load balancer.- Parameters:
backendNames- existing backend names- Returns:
- the next stage of the update
-
withoutPrimaryInternalLoadBalancerBackends
VirtualMachineScaleSet.UpdateStages.WithApply withoutPrimaryInternalLoadBalancerBackends(String... backendNames) Removes the associations between the primary network interface configuration and the specified backends of the internal load balancer.- Parameters:
backendNames- existing backend names- Returns:
- the next stage of the update
-