다음을 통해 공유


ContainerServiceAgentPoolProfile.Ports Property

Definition

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.

[Newtonsoft.Json.JsonProperty(PropertyName="ports")]
public System.Collections.Generic.IList<int?> Ports { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ports")>]
member this.Ports : System.Collections.Generic.IList<Nullable<int>> with get, set
Public Property Ports As IList(Of Nullable(Of Integer))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to