Interface VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancerNatPool
-
- 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.WithoutPrimaryLoadBalancerNatPoolA stage of the virtual machine scale set update allowing to remove the associations between the primary network interface configuration and the specified inbound NAT pools of the load balancer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSet.UpdateStages.WithApplywithoutPrimaryInternalLoadBalancerNatPools(String... natPoolNames)Removes the associations between the primary network interface configuration and the specified inbound NAT pools of the internal load balancer.VirtualMachineScaleSet.UpdateStages.WithApplywithoutPrimaryInternetFacingLoadBalancerNatPools(String... natPoolNames)Removes the associations between the primary network interface configuration and the specified inbound NAT pools of an Internet-facing load balancer.
-
-
-
Method Detail
-
withoutPrimaryInternetFacingLoadBalancerNatPools
VirtualMachineScaleSet.UpdateStages.WithApply withoutPrimaryInternetFacingLoadBalancerNatPools(String... natPoolNames)
Removes the associations between the primary network interface configuration and the specified inbound NAT pools of an Internet-facing load balancer.- Parameters:
natPoolNames- the names of existing inbound NAT pools- Returns:
- the next stage of the update
-
withoutPrimaryInternalLoadBalancerNatPools
VirtualMachineScaleSet.UpdateStages.WithApply withoutPrimaryInternalLoadBalancerNatPools(String... natPoolNames)
Removes the associations between the primary network interface configuration and the specified inbound NAT pools of the internal load balancer.- Parameters:
natPoolNames- the names of existing inbound NAT pools- Returns:
- the next stage of the update
-
-