public static interface VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancer
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.UpdateStages.WithApply |
withoutPrimaryInternalLoadBalancer()
Removes the association between the internal load balancer and the primary network interface
configuration.
|
VirtualMachineScaleSet.UpdateStages.WithApply |
withoutPrimaryInternetFacingLoadBalancer()
Removes the association between the Internet-facing load balancer and the primary network interface
configuration.
|
VirtualMachineScaleSet.UpdateStages.WithApply withoutPrimaryInternetFacingLoadBalancer()
This removes the association between primary network interface configuration and all the backends and inbound NAT pools in the load balancer.
VirtualMachineScaleSet.UpdateStages.WithApply withoutPrimaryInternalLoadBalancer()
This removes the association between primary network interface configuration and all the backends and inbound NAT pools in the load balancer.
Copyright © 2020 Microsoft Corporation. All rights reserved.