{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-network-virtualrouter","description":"NetworkManagementClient","version":"2019-11-01","base_url":"https://management.azure.com","endpoints":9,"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-11-01\n@auth OAuth2\n@endpoints 9\n@toc subscriptions(9)\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualRouters/{virtualRouterName}\n@desc Deletes the specified Virtual Router.\n@required {resourceGroupName: any # The name of the resource group., virtualRouterName: any # The name of the Virtual Router.}\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/virtualRouters/{virtualRouterName}\n@desc Gets the specified Virtual Router.\n@required {resourceGroupName: any # The name of the resource group., virtualRouterName: any # The name of the Virtual Router.}\n@optional {$expand: any # Expands referenced resources.}\n@returns(200) Request successful. The operation returns a Virtual Router resource.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualRouters/{virtualRouterName}\n@desc Creates or updates the specified Virtual Router.\n@required {resourceGroupName: any # The name of the resource group., virtualRouterName: any # The name of the Virtual Router., parameters: any # Parameters supplied to the create or update Virtual Router.}\n@returns(200) Request successful. The operation returns the resulting Virtual Router resource.\n@returns(201) Request received successfully. The operation returns the resulting Virtual Router resource.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualRouters\n@desc Lists all Virtual Routers in a resource group.\n@required {resourceGroupName: any # The name of the resource group.}\n@returns(200) Success. The operation returns a list of Virtual Router resources.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/virtualRouters\n@desc Gets all the Virtual Routers in a subscription.\n@returns(200) Success. The operation returns a list of Virtual Router resources.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualRouters/{virtualRouterName}/peerings/{peeringName}\n@desc Deletes the specified peering from a Virtual Router.\n@required {resourceGroupName: any # The name of the resource group., virtualRouterName: any # The name of the Virtual Router., peeringName: any # The name of the peering.}\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/virtualRouters/{virtualRouterName}/peerings/{peeringName}\n@desc Gets the specified Virtual Router Peering.\n@required {resourceGroupName: any # The name of the resource group., virtualRouterName: any # The name of the Virtual Router., peeringName: any # The name of the Virtual Router Peering.}\n@returns(200) Request successful. The operation returns a Virtual Router Peering resource.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualRouters/{virtualRouterName}/peerings/{peeringName}\n@desc Creates or updates the specified Virtual Router Peering.\n@required {resourceGroupName: any # The name of the resource group., virtualRouterName: any # The name of the Virtual Router., peeringName: any # The name of the Virtual Router Peering., parameters: any # Parameters supplied to the create or update Virtual Router Peering operation.}\n@returns(200) Request successful. The operation returns the resulting Virtual Router Peering resource.\n@returns(201) Request received successfully. The operation returns the resulting Virtual Router Peering resource.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualRouters/{virtualRouterName}/peerings\n@desc Lists all Virtual Router Peerings in a Virtual Router resource.\n@required {resourceGroupName: any # The name of the resource group., virtualRouterName: any # The name of the Virtual Router.}\n@returns(200) Success. The operation returns a list of Virtual Router Peering resources.\n\n@end\n"}