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