swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector ExpressRouteCrossConnectionRouteTable API schemes: - https tags: - name: ExpressRouteCrossConnectionRouteTable paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCrossConnections/{crossConnectionName}/peerings/{peeringName}/routeTables/{devicePath} : post: tags: - ExpressRouteCrossConnectionRouteTable operationId: microsoftAzureExpressroutecrossconnectionsListroutestable description: Gets the currently advertised routes table associated with the express route cross connection in a resource group. parameters: - name: resourceGroupName in: path required: true type: string description: The name of the resource group. - name: crossConnectionName in: path required: true type: string description: The name of the ExpressRouteCrossConnection. - name: peeringName in: path required: true type: string description: The name of the peering. - name: devicePath in: path required: true type: string description: The path of the device. - $ref: ./network.json#/parameters/ApiVersionParameter - $ref: ./network.json#/parameters/SubscriptionIdParameter responses: '200': description: Request successful. The operation returns the resulting ExpressRouteCrossConnectionsRouteTable resource. schema: $ref: ./expressRouteCircuit.json#/definitions/ExpressRouteCircuitsRoutesTableListResult '202': description: Accepted and the operation will complete asynchronously. default: description: Error response describing why the operation failed. schema: $ref: ./network.json#/definitions/CloudError x-ms-examples: GetExpressRouteCrossConnectionsRouteTable: $ref: ./examples/ExpressRouteCrossConnectionsRouteTable.json x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Expressroutecrossconnections Crossconnectionname Peerings Peeringname Routetables Devicepath x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'