Compartir a través de


Container.Ports Propiedad

Definición

Obtiene o establece los puertos expuestos en la instancia de contenedor.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.ports")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerPort> Ports { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ports")>]
member this.Ports : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerPort> with get, set
Public Property Ports As IList(Of ContainerPort)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a