VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancerNatPool Interface
public static interface VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancerNatPool
A 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
Modifier and Type | Method and Description |
---|---|
abstract
With |
withoutPrimaryInternalLoadBalancerNatPools(String[] natPoolNames)
Removes the associations between the primary network interface configuration and the specified inbound NAT pools of the internal load balancer. |
abstract
With |
withoutPrimaryInternetFacingLoadBalancerNatPools(String[] natPoolNames)
Removes the associations between the primary network interface configuration and the specified inbound NAT pools of an Internet-facing load balancer. |
Method Details
withoutPrimaryInternalLoadBalancerNatPools
public abstract 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:
Returns:
withoutPrimaryInternetFacingLoadBalancerNatPools
public abstract 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:
Returns:
Applies to
Azure SDK for Java