VirtualMachineNetworkInterfaceIPConfiguration.ApplicationGatewayBackendAddressPools 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.
Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.
public Azure.Provisioning.BicepList<Azure.Provisioning.Resources.WritableSubResource> ApplicationGatewayBackendAddressPools { get; set; }
member this.ApplicationGatewayBackendAddressPools : Azure.Provisioning.BicepList<Azure.Provisioning.Resources.WritableSubResource> with get, set
Public Property ApplicationGatewayBackendAddressPools As BicepList(Of WritableSubResource)