{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-network-expressroutegateway","description":"NetworkManagementClient","version":"2019-07-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-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"}