{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-network-expressrouteport","description":"NetworkManagementClient","version":"2019-07-01","base_url":"https://management.azure.com","endpoints":10,"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 10\n@toc subscriptions(10)\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations\n@desc Retrieves all ExpressRoutePort peering locations. Does not return available bandwidths for each location. Available bandwidths can only be obtained when retrieving a specific peering location.\n@returns(200) Request successful. The operation returns the list of all ExpressRoutePort peering locations.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations/{locationName}\n@desc Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location.\n@required {locationName: any # Name of the requested ExpressRoutePort peering location.}\n@returns(200) Request successful. The operation returns the requested ExpressRoutePort peering location.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}\n@desc Deletes the specified ExpressRoutePort resource.\n@required {resourceGroupName: any # The name of the resource group., expressRoutePortName: any # The name of the ExpressRoutePort resource.}\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/ExpressRoutePorts/{expressRoutePortName}\n@desc Retrieves the requested ExpressRoutePort resource.\n@required {resourceGroupName: any # The name of the resource group., expressRoutePortName: any # The name of ExpressRoutePort.}\n@returns(200) Request successful. The operation returns the requested ExpressRoutePort resource.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}\n@desc Creates or updates the specified ExpressRoutePort resource.\n@required {resourceGroupName: any # The name of the resource group., expressRoutePortName: any # The name of the ExpressRoutePort resource., parameters: any # Parameters supplied to the create ExpressRoutePort operation.}\n@returns(200) Update successful. The operation returns the resulting ExpressRoutePort resource.\n@returns(201) Create successful. The operation returns the resulting ExpressRoutePort resource.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}\n@desc Update ExpressRoutePort tags.\n@required {resourceGroupName: any # The name of the resource group., expressRoutePortName: any # The name of the ExpressRoutePort resource., parameters: any # Parameters supplied to update ExpressRoutePort resource tags.}\n@returns(200) Update successful. The operation returns the resulting ExpressRoutePort resource.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts\n@desc List all the ExpressRoutePort resources in the specified resource group.\n@required {resourceGroupName: any # The name of the resource group.}\n@returns(200) Request successful. The operation returns a list of ExpressRoutePort resources. If there are no ExpressRoutePort resources then an empty list is returned.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePorts\n@desc List all the ExpressRoutePort resources in the specified subscription.\n@returns(200) Request successful. The operation returns a list of ExpressRoutePort resources. If there are no ExpressRoutePort resources then an empty list is returned.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}/links/{linkName}\n@desc Retrieves the specified ExpressRouteLink resource.\n@required {resourceGroupName: any # The name of the resource group., expressRoutePortName: any # The name of the ExpressRoutePort resource., linkName: any # The name of the ExpressRouteLink resource.}\n@returns(200) Request successful. The operation returns the requested ExpressRouteLink resource.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}/links\n@desc Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.\n@required {resourceGroupName: any # The name of the resource group., expressRoutePortName: any # The name of the ExpressRoutePort resource.}\n@returns(200) Request successful. The operation returns a list of ExpressRouteLink resources. If there are no ExpressRouteLink resources then an empty list is returned.\n\n@end\n"}