ExpressRouteLinksOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:express_route_links> attribute.
Constructor
ExpressRouteLinksOperations(*args, **kwargs)
Methods
| get |
Retrieves the specified ExpressRouteLink resource. |
| list |
Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource. |
get
Retrieves the specified ExpressRouteLink resource.
get(resource_group_name: str, express_route_port_name: str, link_name: str, **kwargs: Any) -> ExpressRouteLink
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
express_route_port_name
Required
|
The name of the express route port. Required. |
|
link_name
Required
|
The name of the express route link. Required. |
Returns
| Type | Description |
|---|---|
|
ExpressRouteLink. The ExpressRouteLink is compatible with MutableMapping |
Exceptions
| Type | Description |
|---|---|
list
Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.
list(resource_group_name: str, express_route_port_name: str, **kwargs: Any) -> ItemPaged[ExpressRouteLink]
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
express_route_port_name
Required
|
The name of ExpressRoutePort. Required. |
Returns
| Type | Description |
|---|---|
|
An iterator like instance of ExpressRouteLink |
Exceptions
| Type | Description |
|---|---|