你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedClusterLoadBalancerProfile.AllocatedOutboundPorts Property

Definition

The desired number of allocated SNAT ports per VM. Allowed values are in the range of 0 to 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports.

public Azure.Provisioning.BicepValue<int> AllocatedOutboundPorts { get; set; }
member this.AllocatedOutboundPorts : Azure.Provisioning.BicepValue<int> with get, set
Public Property AllocatedOutboundPorts As BicepValue(Of Integer)

Property Value

Applies to