{"files":{"SKILL.md":"---\nname: networkmanagementclient\ndescription: \"NetworkManagementClient API skill. Use when working with NetworkManagementClient for subscriptions. Covers 9 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# NetworkManagementClient\nAPI version: 2019-07-01\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteGateways -- lists expressroute gateways under a given subscription.\n3. Explore available endpoints below\n\n## Endpoints\n9 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteGateways | Lists ExpressRoute gateways under a given subscription. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways | Lists ExpressRoute gateways in a given resource group. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName} | Creates or updates a ExpressRoute gateway in a specified resource group. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName} | Fetches the details of a ExpressRoute gateway in a resource group. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName} | Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName} | Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName} | Gets the specified ExpressRouteConnection. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName} | Deletes a connection to a ExpressRoute circuit. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections | Lists ExpressRouteConnections. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all expressRouteGateways?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteGateways\n- \"Update a expressRouteGateway?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}\n- \"Get expressRouteGateway details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}\n- \"Delete a expressRouteGateway?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}\n- \"Update a expressRouteConnection?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName}\n- \"Get expressRouteConnection details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName}\n- \"Delete a expressRouteConnection?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName}\n- \"List all expressRouteConnections?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api NetworkManagementClient\n@base https://management.azure.com\n@version 2019-07-01\n@auth OAuth2\n@endpoints 9\n@toc subscriptions(9)\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteGateways\n@desc Lists ExpressRoute gateways under a given subscription.\n@returns(200) Request successful.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways\n@desc Lists ExpressRoute gateways in a given resource group.\n@required {resourceGroupName: any # The name of the resource group.}\n@returns(200) Operation successful.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}\n@desc Creates or updates a ExpressRoute gateway in a specified resource group.\n@required {resourceGroupName: any # The name of the resource group., expressRouteGatewayName: any # The name of the ExpressRoute gateway., putExpressRouteGatewayParameters: any # Parameters required in an ExpressRoute gateway PUT operation.}\n@returns(200) Update successful. The operation returns the resulting ExpressRoute gateway resource.\n@returns(201) Create successful. The operation returns the resulting ExpressRoute gateway resource.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}\n@desc Fetches the details of a ExpressRoute gateway in a resource group.\n@required {resourceGroupName: any # The name of the resource group., expressRouteGatewayName: any # The name of the ExpressRoute gateway.}\n@returns(200) Operation succeeded. The operation returns the ExpressRoute gateway.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}\n@desc Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources.\n@required {resourceGroupName: any # The name of the resource group., expressRouteGatewayName: any # The name of the ExpressRoute gateway.}\n@returns(200) Delete successful.\n@returns(202) Accepted and the operation will complete asynchronously.\n@returns(204) Delete successful.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName}\n@desc Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.\n@required {resourceGroupName: any # The name of the resource group., expressRouteGatewayName: any # The name of the ExpressRoute gateway., connectionName: any # The name of the connection subresource., putExpressRouteConnectionParameters: any # Parameters required in an ExpressRouteConnection PUT operation.}\n@returns(200) Update successful. The operation returns the ExpressRouteConnection.\n@returns(201) Create successful. The operation returns the ExpressRouteConnection.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName}\n@desc Gets the specified ExpressRouteConnection.\n@required {resourceGroupName: any # The name of the resource group., expressRouteGatewayName: any # The name of the ExpressRoute gateway., connectionName: any # The name of the ExpressRoute connection.}\n@returns(200) Request successful. The operation returns the ExpressRouteConnection.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName}\n@desc Deletes a connection to a ExpressRoute circuit.\n@required {resourceGroupName: any # The name of the resource group., expressRouteGatewayName: any # The name of the ExpressRoute gateway., connectionName: any # The name of the connection subresource.}\n@returns(200) Delete successful.\n@returns(202) Accepted, and the operation will continue asynchronously.\n@returns(204) Delete successful.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections\n@desc Lists ExpressRouteConnections.\n@required {resourceGroupName: any # The name of the resource group., expressRouteGatewayName: any # The name of the ExpressRoute gateway.}\n@returns(200) Request successful.\n\n@end\n"}}