你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancerNatPool Interface
public interface 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 |
---|---|
Virtual |
withoutPrimaryInternalLoadBalancerNatPools(String...natPoolNames)
Removes the associations between the primary network interface configuration and the specified inbound NAT pools of the internal load balancer. |
Virtual |
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 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 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: