IVirtualNetworkTapPropertiesFormat.LoadBalancerInboundNatRule Property

Definition

A list of references of LoadBalancerInboundNatRules.

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

Property Value

Attributes

Applies to