External DocumentationTo learn more, visit the Azure documentation.
Actions
List All Application Gateways
Gets all the application gateways in a subscription.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Subscription ID | The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
{
"nextLink": "URL to get the next set of results.",
"value": [
{
"id": "Resource ID.",
"location": "Resource location.",
"name": "Resource name.",
"tags": {},
"type": "Resource type."
}
]
}
Was this page helpful?