Skip to main content

List Load Balancers

Gets all the load balancers in a resource group.

External Documentation

To learn more, visit the Azure documentation.

Parameters

ParameterDescription
Resource Group NameThe name of the resource group.
Subscription IDThe subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Example Output

{
"nextLink": "The URL to get the next set of results.",
"value": [
{
"id": "Resource ID.",
"location": "Resource location.",
"name": "Resource name.",
"tags": {},
"type": "Resource type."
}
]
}

Automation Library Example

List Load Balancers with Azure and Send Results Via Email

Automation LibraryPreview this Automation on desktop