IInboundNatRule.LoadBalancerInboundNatRule Property

Definition

A list of references of LoadBalancerInboundNatRules.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="A list of references of LoadBalancerInboundNatRules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IInboundNatRule) }, Read=true, ReadOnly=true, Required=false, SerializedName="loadBalancerInboundNatRules", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IInboundNatRule> LoadBalancerInboundNatRule { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="A list of references of LoadBalancerInboundNatRules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IInboundNatRule) }, Read=true, ReadOnly=true, Required=false, SerializedName="loadBalancerInboundNatRules", Update=false)>]
member this.LoadBalancerInboundNatRule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IInboundNatRule>
Public ReadOnly Property LoadBalancerInboundNatRule As List(Of IInboundNatRule)

Property Value

Attributes

Applies to