---
title: Load Balancer
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Load Balancer
---

# Load Balancer

This table represents the Load Balancer resource from Microsoft Azure.

```gdscript3
azure.load_balancer
```

## Fields

| Title                      | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Description |
| -------------------------- | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| _key                       | core | string     |
| backend_address_pools      | core | json       | Collection of backend address pools used by a load balancer.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| etag                       | core | string     | A unique read-only string that changes whenever the resource is updated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| extended_location          | core | json       | The extended location of the load balancer.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| frontend_ip_configurations | core | json       | Object representing the frontend IPs to be used for the load balancer.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| id                         | core | string     | Resource ID.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| inbound_nat_pools          | core | json       | Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound NAT rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules. |
| inbound_nat_rules          | core | json       | Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules.                                                                                                                                                                                            |
| location                   | core | string     | Resource location.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| name                       | core | string     | Resource name.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| outbound_rules             | core | json       | The outbound rules.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| provisioning_state         | core | string     | The provisioning state of the load balancer resource.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| resource_group             | core | string     |
| resource_guid              | core | string     | The resource GUID property of the load balancer resource.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| sku                        | core | json       | The load balancer SKU.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| subscription_id            | core | string     |
| subscription_name          | core | string     |
| tags                       | core | hstore_csv |
| type                       | core | string     | Resource type.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
