你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IVirtualNetworkTap.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