IVirtualNetworkTap.LoadBalancingRule Property

Definition

An array of references to load balancing rules that use this frontend IP.

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

Property Value

Attributes

Applies to