Azure Network Virtualnetworkgateway
Connector for the azure-network-virtualnetworkgateway API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://management.azure.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
virtualnetworkgatewayconnections_list— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections — The List VirtualNetworkGatewayConnections operation retrieves all the virtual nevirtualnetworkgatewayconnections_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections/{virtualNetworkGatewayConnectionName} — Gets the specified virtual network gateway connection by resource group.virtualnetworkgatewayconnections_getsharedkey— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections/{virtualNetworkGatewayConnectionName}/sharedkey — The Get VirtualNetworkGatewayConnectionSharedKey operation retrieves informationlocalnetworkgateways_list— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/localNetworkGateways — Gets all the local network gateways in a resource group.localnetworkgateways_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/localNetworkGateways/{localNetworkGatewayName} — Gets the specified local network gateway in a resource group.virtualnetworkgateways_list— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways — Gets all virtual network gateways by resource group.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: virtualnetworkgatewayconnections_list
# (attach an 'oauth' credential to the task — no inline secrets)