IVirtualNetworkTapPropertiesFormat.ApplicationGatewayBackendAddressPool Property

Definition

The reference to ApplicationGatewayBackendAddressPool resource.

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

Property Value

Attributes

Applies to