Interface VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancer
- 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.WithoutPrimaryLoadBalancer
The stage of a virtual machine scale set update allowing to remove the public and internal load balancer
from the primary network interface configuration.
-
Method Summary
Modifier and TypeMethodDescriptionRemoves the association between the internal load balancer and the primary network interface configuration.Removes the association between the Internet-facing load balancer and the primary network interface configuration.
-
Method Details
-
withoutPrimaryInternetFacingLoadBalancer
VirtualMachineScaleSet.UpdateStages.WithApply withoutPrimaryInternetFacingLoadBalancer()Removes the association between the Internet-facing load balancer and the primary network interface configuration.This removes the association between primary network interface configuration and all the backends and inbound NAT pools in the load balancer.
- Returns:
- the next stage of the update
-
withoutPrimaryInternalLoadBalancer
VirtualMachineScaleSet.UpdateStages.WithApply withoutPrimaryInternalLoadBalancer()Removes the association between the internal load balancer and the primary network interface configuration.This removes the association between primary network interface configuration and all the backends and inbound NAT pools in the load balancer.
- Returns:
- the next stage of the update
-