AgentPoolNetworkProfile.AllowedHostPorts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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