{"files":{"SKILL.md":"---\nname: networkmanagementclient\ndescription: \"NetworkManagementClient API skill. Use when working with NetworkManagementClient for subscriptions. Covers 11 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# NetworkManagementClient\nAPI version: 2018-01-01\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName} -- gets information about the specified network interface.\n3. POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/effectiveRouteTable -- create first effectiveRouteTable\n\n## Endpoints\n11 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName} | Deletes the specified network interface. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName} | Gets information about the specified network interface. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName} | Creates or updates a network interface. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName} | Updates a network interface tags. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkInterfaces | Gets all network interfaces in a subscription. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces | Gets all network interfaces in a resource group. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/effectiveRouteTable | Gets all route tables applied to a network interface. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/effectiveNetworkSecurityGroups | Gets all network security groups applied to a network interface. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations | Get all ip configurations in a network interface |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations/{ipConfigurationName} | Gets the specified network interface ip configuration. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/loadBalancers | List all load balancers in a network interface. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Delete a networkInterface?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}\n- \"Get networkInterface details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}\n- \"Update a networkInterface?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}\n- \"Partially update a networkInterface?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}\n- \"List all networkInterfaces?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkInterfaces\n- \"Create a effectiveRouteTable?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/effectiveRouteTable\n- \"Create a effectiveNetworkSecurityGroup?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/effectiveNetworkSecurityGroups\n- \"List all ipConfigurations?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations\n- \"Get ipConfiguration details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations/{ipConfigurationName}\n- \"List all loadBalancers?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/loadBalancers\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 2018-01-01\n@auth OAuth2\n@common_fields {api-version: any # Client API version., subscriptionId: any # The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@endpoints 11\n@toc subscriptions(11)\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}\n@desc Deletes the specified network interface.\n@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}\n@returns(200) Delete successful.\n@returns(202) Accepted and the operation will complete asynchronously.\n@returns(204) Request successful. Resource does not exist.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}\n@desc Gets information about the specified network interface.\n@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}\n@optional {$expand: any # Expands referenced resources.}\n@returns(200) Request successful. The operation returns the resulting NetworkInterface resource.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}\n@desc Creates or updates a network interface.\n@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface., parameters: any # Parameters supplied to the create or update network interface operation.}\n@returns(200) Update successful. The operation returns the resulting NetworkInterface resource.\n@returns(201) Create successful. The operation returns the resulting NetworkInterface resource.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}\n@desc Updates a network interface tags.\n@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface., parameters: any # Parameters supplied to update network interface tags.}\n@returns(200) Update successful. The operation returns the resulting NetworkInterface resource.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkInterfaces\n@desc Gets all network interfaces in a subscription.\n@returns(200) Request successful. The operation returns a list of NetworkInterface resources.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces\n@desc Gets all network interfaces in a resource group.\n@required {resourceGroupName: any # The name of the resource group.}\n@returns(200) Request successful. The operation returns a list of NetworkInterface resources.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/effectiveRouteTable\n@desc Gets all route tables applied to a network interface.\n@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}\n@returns(200) Request successful. The operation returns a list of EffectRoute resources.\n@returns(202) Accepted and the operation will complete asynchronously.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/effectiveNetworkSecurityGroups\n@desc Gets all network security groups applied to a network interface.\n@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}\n@returns(200) Request successful. The operation returns a list of NetworkSecurityGroup resources.\n@returns(202) Accepted and the operation will complete asynchronously.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations\n@desc Get all ip configurations in a network interface\n@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}\n@returns(200) Request successful. The operation returns a list of NetworkInterface IPConfiguration resources.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations/{ipConfigurationName}\n@desc Gets the specified network interface ip configuration.\n@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface., ipConfigurationName: any # The name of the ip configuration name.}\n@returns(200) Request successful. The operation returns the resulting NetworkInterface IPConfiguration resource.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/loadBalancers\n@desc List all load balancers in a network interface.\n@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}\n@returns(200) Request successful. The operation returns a list of NetworkInterface LoadBalancer resources.\n\n@end\n"}}