IApplicationGatewayBackendAddressPool.BackendAddress 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.
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