PeerExpressRouteCircuitConnections interface
Interface representing a PeerExpressRouteCircuitConnections.
Methods
get(string, string, string, string, Peer |
Gets the specified Peer Express Route Circuit Connection from the specified express route circuit. |
list(string, string, string, Peer |
Gets all global reach peer connections associated with a private peering in an express route circuit. |
Method Details
get(string, string, string, string, PeerExpressRouteCircuitConnectionsGetOptionalParams)
Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.
function get(resourceGroupName: string, circuitName: string, peeringName: string, connectionName: string, options?: PeerExpressRouteCircuitConnectionsGetOptionalParams): Promise<PeerExpressRouteCircuitConnection>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the express route circuit.
- peeringName
-
string
The name of the peering.
- connectionName
-
string
The name of the peer express route circuit connection.
The options parameters.
Returns
Promise<PeerExpressRouteCircuitConnection>
list(string, string, string, PeerExpressRouteCircuitConnectionsListOptionalParams)
Gets all global reach peer connections associated with a private peering in an express route circuit.
function list(resourceGroupName: string, circuitName: string, peeringName: string, options?: PeerExpressRouteCircuitConnectionsListOptionalParams): PagedAsyncIterableIterator<PeerExpressRouteCircuitConnection, PeerExpressRouteCircuitConnection[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the circuit.
- peeringName
-
string
The name of the peering.
The options parameters.