ExpressRouteLinksOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

NetworkManagementClient's

<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.

async get(resource_group_name: str, express_route_port_name: str, link_name: str, **kwargs: Any) -> ExpressRouteLink

Parameters

Name Description
resource_group_name
Required
str

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

express_route_port_name
Required
str

The name of the express route port. Required.

link_name
Required
str

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) -> AsyncItemPaged[ExpressRouteLink]

Parameters

Name Description
resource_group_name
Required
str

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

express_route_port_name
Required
str

The name of ExpressRoutePort. Required.

Returns

Type Description

An iterator like instance of ExpressRouteLink

Exceptions

Type Description