VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancerBackend Interface
public interface 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 Type | Method and Description |
---|---|
Virtual |
withoutPrimaryInternalLoadBalancerBackends(String...backendNames)
Removes the associations between the primary network interface configuration and the specified backends of the internal load balancer. |
Virtual |
withoutPrimaryInternetFacingLoadBalancerBackends(String...backendNames)
Removes the associations between the primary network interface configuration and the specfied backends of the Internet-facing load balancer. |
Method Details
withoutPrimaryInternalLoadBalancerBackends
public WithApply withoutPrimaryInternalLoadBalancerBackends(String...backendNames)
Removes the associations between the primary network interface configuration and the specified backends of the internal load balancer.
Parameters:
Returns:
withoutPrimaryInternetFacingLoadBalancerBackends
public WithApply withoutPrimaryInternetFacingLoadBalancerBackends(String...backendNames)
Removes the associations between the primary network interface configuration and the specfied backends of the Internet-facing load balancer.
Parameters:
Returns:
Applies to
Azure SDK for Java