Compartir a través de


ContainerServiceAgentPoolProfile.Ports Propiedad

Definición

Obtiene o establece la matriz de números de puertos que se usa para exponer en este grupo de agentes. Los puertos abiertos predeterminados son diferentes en función de su elección de orquestador.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a