Share via


AgentPoolNetworkProfile.AllowedHostPorts Property

Definition

Gets or sets the port ranges that are allowed to access. The specified ranges are allowed to overlap.

[Newtonsoft.Json.JsonProperty(PropertyName="allowedHostPorts")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.PortRange> AllowedHostPorts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowedHostPorts")>]
member this.AllowedHostPorts : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.PortRange> with get, set
Public Property AllowedHostPorts As IList(Of PortRange)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to