{"files":{"SKILL.md":"---\nname: networkmanagementclient\ndescription: \"NetworkManagementClient API skill. Use when working with NetworkManagementClient for subscriptions. Covers 17 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}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName} -- gets the specified application gateway.\n3. POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/start -- create first start\n\n## Endpoints\n17 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/applicationGateways/{applicationGatewayName} | Deletes the specified application gateway. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName} | Gets the specified application gateway. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName} | Creates or updates the specified application gateway. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName} | Updates the specified application gateway tags. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways | Lists all application gateways in a resource group. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGateways | Gets all the application gateways in a subscription. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/start | Starts the specified application gateway. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/stop | Stops the specified application gateway in a resource group. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/backendhealth | Gets the backend health of the specified application gateway in a resource group. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/getBackendHealthOnDemand | Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableServerVariables | Lists all available server variables. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableRequestHeaders | Lists all available request headers. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableResponseHeaders | Lists all available response headers. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets | Lists all available web application firewall rule sets. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default | Lists available Ssl options for configuring Ssl policy. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies | Lists all SSL predefined policies for configuring Ssl policy. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/{predefinedPolicyName} | Gets Ssl predefined policy with the specified policy name. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Delete a applicationGateway?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}\n- \"Get applicationGateway details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}\n- \"Update a applicationGateway?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}\n- \"Partially update a applicationGateway?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}\n- \"List all applicationGateways?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways\n- \"Create a start?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/start\n- \"Create a stop?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/stop\n- \"Create a backendhealth?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/backendhealth\n- \"Create a getBackendHealthOnDemand?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/getBackendHealthOnDemand\n- \"List all applicationGatewayAvailableServerVariables?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableServerVariables\n- \"List all applicationGatewayAvailableRequestHeaders?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableRequestHeaders\n- \"List all applicationGatewayAvailableResponseHeaders?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableResponseHeaders\n- \"List all applicationGatewayAvailableWafRuleSets?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets\n- \"List all default?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default\n- \"List all predefinedPolicies?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies\n- \"Get predefinedPolicy details?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/{predefinedPolicyName}\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 17\n@toc subscriptions(17)\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}\n@desc Deletes the specified application gateway.\n@required {resourceGroupName: any # The name of the resource group., applicationGatewayName: any # The name of the application gateway.}\n@returns(200) Delete successful.\n@returns(202) Accepted and the operation will complete asynchronously.\n@returns(204) Request successful. Resource with the specified name does not exist.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}\n@desc Gets the specified application gateway.\n@required {resourceGroupName: any # The name of the resource group., applicationGatewayName: any # The name of the application gateway.}\n@returns(200) Request successful. The operation returns an ApplicationGateway resource.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}\n@desc Creates or updates the specified application gateway.\n@required {resourceGroupName: any # The name of the resource group., applicationGatewayName: any # The name of the application gateway., parameters: any # Parameters supplied to the create or update application gateway operation.}\n@returns(200) Update successful. The operation returns the resulting ApplicationGateway resource.\n@returns(201) Create successful. The operation returns the resulting ApplicationGateway resource.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}\n@desc Updates the specified application gateway tags.\n@required {resourceGroupName: any # The name of the resource group., applicationGatewayName: any # The name of the application gateway., parameters: any # Parameters supplied to update application gateway tags.}\n@returns(200) Update successful. The operation returns the resulting ApplicationGateway resource.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways\n@desc Lists all application gateways in a resource group.\n@required {resourceGroupName: any # The name of the resource group.}\n@returns(200) Success. The operation returns a list of ApplicationGateway resources.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGateways\n@desc Gets all the application gateways in a subscription.\n@returns(200) Success. The operation returns a list of ApplicationGateway resources.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/start\n@desc Starts the specified application gateway.\n@required {resourceGroupName: any # The name of the resource group., applicationGatewayName: any # The name of the application gateway.}\n@returns(200) Request successful. The operation starts the ApplicationGateway resource.\n@returns(202) Accepted and the operation will complete asynchronously.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/stop\n@desc Stops the specified application gateway in a resource group.\n@required {resourceGroupName: any # The name of the resource group., applicationGatewayName: any # The name of the application gateway.}\n@returns(200) Request successful. The operation stops the ApplicationGateway resource.\n@returns(202) Accepted and the operation will complete asynchronously.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/backendhealth\n@desc Gets the backend health of the specified application gateway in a resource group.\n@required {resourceGroupName: any # The name of the resource group., applicationGatewayName: any # The name of the application gateway.}\n@optional {$expand: any # Expands BackendAddressPool and BackendHttpSettings referenced in backend health.}\n@returns(200) Request successful.\n@returns(202) Accepted and the operation will complete asynchronously.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/getBackendHealthOnDemand\n@desc Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group.\n@required {resourceGroupName: any # The name of the resource group., applicationGatewayName: any # The name of the application gateway., probeRequest: any # Request body for on-demand test probe operation.}\n@optional {$expand: any # Expands BackendAddressPool and BackendHttpSettings referenced in backend health.}\n@returns(200) Request successful.\n@returns(202) Accepted and the operation will complete asynchronously.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableServerVariables\n@desc Lists all available server variables.\n@returns(200) Success. The operation returns a list of all available server variables.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableRequestHeaders\n@desc Lists all available request headers.\n@returns(200) Success. The operation returns a list of all available request headers.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableResponseHeaders\n@desc Lists all available response headers.\n@returns(200) Success. The operation returns a list of all available response headers.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets\n@desc Lists all available web application firewall rule sets.\n@returns(200) Success. The operation returns a list of all available web application firewall rule sets.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default\n@desc Lists available Ssl options for configuring Ssl policy.\n@returns(200) Success. The operation returns all available Ssl options for configuring Ssl policy.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies\n@desc Lists all SSL predefined policies for configuring Ssl policy.\n@returns(200) Success. The operation returns a lists of all Ssl predefined policies for configuring Ssl policy.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/{predefinedPolicyName}\n@desc Gets Ssl predefined policy with the specified policy name.\n@required {predefinedPolicyName: any # Name of Ssl predefined policy.}\n@returns(200) Success. The operation returns a Ssl predefined policy with the specified policy name.\n\n@end\n"}}