ContainerGroupProperties.IPAddressPort Property

Definition

The list of ports exposed on the container group.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Inlined)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IPort> IPAddressPort { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Inlined)>]
member this.IPAddressPort : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IPort> with get, set
Public Property IPAddressPort As List(Of IPort)

Property Value

Implements

Attributes

Applies to