PeerExpressRouteCircuitConnectionsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

NetworkManagementClient's

<xref:peer_express_route_circuit_connections> attribute.

Constructor

PeerExpressRouteCircuitConnectionsOperations(*args, **kwargs)

Methods

get

Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.

list

Gets all global reach peer connections associated with a private peering in an express route circuit.

get

Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.

get(resource_group_name: str, circuit_name: str, peering_name: str, connection_name: str, **kwargs: Any) -> PeerExpressRouteCircuitConnection

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

circuit_name
Required
str

The name of express route circuit. Required.

peering_name
Required
str

The name of the peering. Required.

connection_name
Required
str

The name of the resource that is unique within a resource group. This name can be used to access the resource. Required.

Returns

Type Description

PeerExpressRouteCircuitConnection. The PeerExpressRouteCircuitConnection is compatible with MutableMapping

Exceptions

Type Description

list

Gets all global reach peer connections associated with a private peering in an express route circuit.

list(resource_group_name: str, circuit_name: str, peering_name: str, **kwargs: Any) -> ItemPaged[PeerExpressRouteCircuitConnection]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

circuit_name
Required
str

The name of express route circuit. Required.

peering_name
Required
str

The name of the peering. Required.

Returns

Type Description

An iterator like instance of PeerExpressRouteCircuitConnection

Exceptions

Type Description