Example
To create the AzureApplicationGatewayHandler object with Azure credentials. The handler connects to Azure Application Gateway resources using client credentials or managed identity, and provides methods to fetch gateways, backend health, WAF policies, and networking components.Retrieve all resource groups in the subscription.
Fetch all Application Gateways in the subscription or within a resource group.
Fetch detailed info for a specific Application Gateway.
Retrieve backend pool health information for a gateway.
List all WAF policies associated with Application Gateways.
Retrieve public IP addresses available for Application Gateways.
List all VNets and subnets associated with Application Gateways.
Start an Application Gateway instance.
Stop an Application Gateway instance.
Fetch comprehensive data including gateways, WAF policies, backend health, public IPs, and VNets.
Collect authentication, authorization, and RBAC configuration details for API Management linked with gateways.