Sdílet prostřednictvím


ManagedClusterLoadBalancerProfile.AllocatedOutboundPort 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.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Owned)]
public int? AllocatedOutboundPort { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Owned)>]
member this.AllocatedOutboundPort : Nullable<int> with get, set
Public Property AllocatedOutboundPort As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to