IIPAddress.Port Property

Definition

The list of ports exposed on the container group.

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

Property Value

Attributes

Applies to