PeerExpressRouteCircuitConnectionsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<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
|
The name of the resource group. Required. |
|
circuit_name
Required
|
The name of the express route circuit. Required. |
|
peering_name
Required
|
The name of the peering. Required. |
|
connection_name
Required
|
The name of the peer express route circuit connection. Required. |
Returns
| Type | Description |
|---|---|
|
PeerExpressRouteCircuitConnection or the result of cls(response) |
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) -> Iterable[PeerExpressRouteCircuitConnection]
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. Required. |
|
circuit_name
Required
|
The name of the circuit. Required. |
|
peering_name
Required
|
The name of the peering. Required. |
Returns
| Type | Description |
|---|---|
|
An iterator like instance of either PeerExpressRouteCircuitConnection or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
Attributes
models
models = <module 'azure.mgmt.network.models' from 'C:\\ToolCache\\Python\\3.11.9\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv177\\Lib\\site-packages\\azure\\mgmt\\network\\models\\__init__.py'>