Freigeben über


ContainerServiceNetworkProfile.LoadBalancerProfileAllocatedOutboundPort 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.Inlined)]
public int? LoadBalancerProfileAllocatedOutboundPort { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Inlined)>]
member this.LoadBalancerProfileAllocatedOutboundPort : Nullable<int> with get, set
Public Property LoadBalancerProfileAllocatedOutboundPort As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to