BackendAddressPool interface  
Pool of backend IP addresses.
- Extends
 
Properties
| backend | 
	Gets collection of references to IP addresses defined in network interfaces. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| etag | A unique read-only string that changes whenever the resource is updated.  | 
| load | 
	Gets load balancing rules that use this backend address pool. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| name | Gets name of the resource that is unique within a resource group. This name can be used to access the resource.  | 
| outbound | 
	Gets outbound rules that use this backend address pool. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| outbound | 
	Gets outbound rules that use this backend address pool. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| provisioning | 
	Get provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.  | 
Inherited Properties
| id | Resource ID.  | 
Property Details
		backendIPConfigurations
	 
	Gets collection of references to IP addresses defined in network interfaces. NOTE: This property will not be serialized. It can only be populated by the server.
backendIPConfigurations?: NetworkInterfaceIPConfiguration[]
				Property Value
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
				Property Value
string
		loadBalancingRules
	  
	Gets load balancing rules that use this backend address pool. NOTE: This property will not be serialized. It can only be populated by the server.
loadBalancingRules?: SubResource[]
				Property Value
name
Gets name of the resource that is unique within a resource group. This name can be used to access the resource.
name?: string
				Property Value
string
		outboundRule
	 
	Gets outbound rules that use this backend address pool. NOTE: This property will not be serialized. It can only be populated by the server.
outboundRule?: SubResource
				Property Value
		outboundRules
	 
	Gets outbound rules that use this backend address pool. NOTE: This property will not be serialized. It can only be populated by the server.
outboundRules?: SubResource[]
				Property Value
		provisioningState
	 
	Get provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
provisioningState?: string
				Property Value
string