{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-network-routefilter","description":"NetworkManagementClient","version":"2019-08-01","base_url":"https://management.azure.com","endpoints":11,"raw":"@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-08-01\n@auth OAuth2\n@endpoints 11\n@toc subscriptions(11)\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}\n@desc Deletes the specified route filter.\n@required {resourceGroupName: any # The name of the resource group., routeFilterName: any # The name of the route filter.}\n@returns(200) Delete successful.\n@returns(202) Accepted and the operation will complete asynchronously.\n@returns(204) Delete successful.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}\n@desc Gets the specified route filter.\n@required {resourceGroupName: any # The name of the resource group., routeFilterName: any # The name of the route filter.}\n@optional {$expand: any # Expands referenced express route bgp peering resources.}\n@returns(200) Request successful. The operation returns the resulting Route Filter resource.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}\n@desc Creates or updates a route filter in a specified resource group.\n@required {resourceGroupName: any # The name of the resource group., routeFilterName: any # The name of the route filter., routeFilterParameters: any # Parameters supplied to the create or update route filter operation.}\n@returns(200) Request successful. The operation returns the resulting Route Filter resource.\n@returns(201) Create successful. The operation returns the resulting Route Filter resource.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}\n@desc Updates a route filter in a specified resource group.\n@required {resourceGroupName: any # The name of the resource group., routeFilterName: any # The name of the route filter., routeFilterParameters: any # Parameters supplied to the update route filter operation.}\n@returns(200) Request successful. The operation returns the resulting Route Filter resource.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters\n@desc Gets all route filters 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 Route Filter resources.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/routeFilters\n@desc Gets all route filters in a subscription.\n@returns(200) Request successful. The operation returns a list of Route Filter resources.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules/{ruleName}\n@desc Deletes the specified rule from a route filter.\n@required {resourceGroupName: any # The name of the resource group., routeFilterName: any # The name of the route filter., ruleName: any # The name of the rule.}\n@returns(200) Accepted.\n@returns(202) Accepted and the operation will complete asynchronously.\n@returns(204) Rule was deleted or not found.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules/{ruleName}\n@desc Gets the specified rule from a route filter.\n@required {resourceGroupName: any # The name of the resource group., routeFilterName: any # The name of the route filter., ruleName: any # The name of the rule.}\n@returns(200) Request successful. The operation returns the resulting Route Filter Rule resource.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules/{ruleName}\n@desc Creates or updates a route in the specified route filter.\n@required {resourceGroupName: any # The name of the resource group., routeFilterName: any # The name of the route filter., ruleName: any # The name of the route filter rule., routeFilterRuleParameters: any # Parameters supplied to the create or update route filter rule operation.}\n@returns(200) Update successful. The operation returns the resulting Route Filter Rule resource.\n@returns(201) Create successful. The operation returns the resulting Route Filter Rule resource.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules/{ruleName}\n@desc Updates a route in the specified route filter.\n@required {resourceGroupName: any # The name of the resource group., routeFilterName: any # The name of the route filter., ruleName: any # The name of the route filter rule., routeFilterRuleParameters: any # Parameters supplied to the update route filter rule operation.}\n@returns(200) Update successful. The operation returns the resulting Route Filter Rule resource.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules\n@desc Gets all RouteFilterRules in a route filter.\n@required {resourceGroupName: any # The name of the resource group., routeFilterName: any # The name of the route filter.}\n@returns(200) Request successful. The operation returns a list of Route Filter Rule resources.\n\n@end\n"}