IContainer.Port Property

Definition

The exposed ports on the container instance.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The exposed ports on the container instance.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerPort) }, Read=true, ReadOnly=false, Required=false, SerializedName="ports", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerPort> Port { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The exposed ports on the container instance.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerPort) }, Read=true, ReadOnly=false, Required=false, SerializedName="ports", Update=true)>]
member this.Port : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerPort> with get, set
Public Property Port As List(Of IContainerPort)

Property Value

Attributes

Applies to