List All Application Gateways
Gets all the application gateways in a subscription.
External Documentation
To learn more, visit the Azure documentation.
Parameters
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. |
Example Output
{
"nextLink": "URL to get the next set of results.",
"value": [
{
"id": "Resource ID.",
"location": "Resource location.",
"name": "Resource name.",
"tags": {},
"type": "Resource type."
}
]
}
Workflow Library Example
List All Application Gateways with Azure and Send Results Via Email
Preview this Workflow on desktop