IFrontendIPConfiguration.InboundNatPool Property

Definition

An array of references to inbound pools that use this frontend IP.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="An array of references to inbound pools that use this frontend IP.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubResourceAutoGenerated) }, Read=true, ReadOnly=true, Required=false, SerializedName="inboundNatPools", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubResourceAutoGenerated> InboundNatPool { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="An array of references to inbound pools that use this frontend IP.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubResourceAutoGenerated) }, Read=true, ReadOnly=true, Required=false, SerializedName="inboundNatPools", Update=false)>]
member this.InboundNatPool : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubResourceAutoGenerated>
Public ReadOnly Property InboundNatPool As List(Of ISubResourceAutoGenerated)

Property Value

Attributes

Applies to