Compartilhar via


ContainerServiceAgentPoolProfile.Ports Propriedade

Definição

Obtém ou define a matriz de números de portas usada para expor nesse pool de agentes. As portas abertas padrão são diferentes com base na sua escolha de orquestrador.

[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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a