PSContainerServiceAgentPoolProfile.Ports 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 ports number array used to expose on this agent pool. The default opened ports are different based on your choice of orchestrator.
public System.Collections.Generic.IList<int?> Ports { get; set; }
member this.Ports : System.Collections.Generic.IList<Nullable<int>> with get, set
Public Property Ports As IList(Of Nullable(Of Integer))