IBackendAddressPoolPropertiesFormat.LoadBalancerBackendAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An array of backend addresses.
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="An array of backend addresses.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ILoadBalancerBackendAddress) }, ReadOnly=false, Required=false, SerializedName="loadBalancerBackendAddresses")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ILoadBalancerBackendAddress[] LoadBalancerBackendAddress { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="An array of backend addresses.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ILoadBalancerBackendAddress) }, ReadOnly=false, Required=false, SerializedName="loadBalancerBackendAddresses")>]
member this.LoadBalancerBackendAddress : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ILoadBalancerBackendAddress[] with get, set
Public Property LoadBalancerBackendAddress As ILoadBalancerBackendAddress()
Property Value
- Attributes