public static interface VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancerBackend
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.UpdateStages.WithApply |
withoutPrimaryInternalLoadBalancerBackends(String... backendNames)
Removes the associations between the primary network interface configuration and the specified backends
of the internal load balancer.
|
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.
|
VirtualMachineScaleSet.UpdateStages.WithApply withoutPrimaryInternetFacingLoadBalancerBackends(String... backendNames)
backendNames - existing backend namesVirtualMachineScaleSet.UpdateStages.WithApply withoutPrimaryInternalLoadBalancerBackends(String... backendNames)
backendNames - existing backend namesCopyright © 2019. All rights reserved.