Get Application Gateway
Gets the specified application gateway.
External Documentation
To learn more, visit the Azure documentation.
Parameters
Parameter | Description |
---|---|
Application Gateway Name | The name of the application gateway. |
Resource Group Name | The name of the resource group. |
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
{
"id": "Resource ID.",
"location": "Resource location.",
"name": "Resource name.",
"tags": {},
"type": "Resource type."
}
Workflow Library Example
Get Application Gateway with Azure and Send Results Via Email
Preview this Workflow on desktop