Share via


IManagedClusterAgentPoolProfileProperties.NetworkProfileAllowedHostPort Property

Definition

The port ranges that are allowed to access. The specified ranges are allowed to overlap.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The port ranges that are allowed to access. The specified ranges are allowed to overlap.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IPortRange) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedHostPorts", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IPortRange> NetworkProfileAllowedHostPort { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The port ranges that are allowed to access. The specified ranges are allowed to overlap.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IPortRange) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedHostPorts", Update=true)>]
member this.NetworkProfileAllowedHostPort : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IPortRange> with get, set
Public Property NetworkProfileAllowedHostPort As List(Of IPortRange)

Property Value

Attributes

Applies to