Partager via


ContainerServiceAgentPoolProfile.Ports Propriété

Définition

Obtient ou définit le tableau de numéros de ports utilisé pour exposer sur ce pool d’agents. Les ports ouverts par défaut sont différents en fonction de votre choix d’orchestrateur.

[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))

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à