IApplicationGatewayBackendAddressPool.BackendAddress Property

Definition

Backend addresses.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Backend addresses.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IApplicationGatewayBackendAddress) }, Read=true, ReadOnly=false, Required=false, SerializedName="backendAddresses", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IApplicationGatewayBackendAddress> BackendAddress { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Backend addresses.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IApplicationGatewayBackendAddress) }, Read=true, ReadOnly=false, Required=false, SerializedName="backendAddresses", Update=true)>]
member this.BackendAddress : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IApplicationGatewayBackendAddress> with get, set
Public Property BackendAddress As List(Of IApplicationGatewayBackendAddress)

Property Value

Attributes

Applies to