ExpressRouteLinks interface

Interface representing a ExpressRouteLinks.

Methods

get(string, string, string, ExpressRouteLinksGetOptionalParams)

Retrieves the specified ExpressRouteLink resource.

list(string, string, ExpressRouteLinksListOptionalParams)

Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.

Method Details

Retrieves the specified ExpressRouteLink resource.

function get(resourceGroupName: string, expressRoutePortName: string, linkName: string, options?: ExpressRouteLinksGetOptionalParams): Promise<ExpressRouteLink>

Parameters

resourceGroupName

string

The name of the resource group.

expressRoutePortName

string

The name of the ExpressRoutePort resource.

linkName

string

The name of the ExpressRouteLink resource.

options
ExpressRouteLinksGetOptionalParams

The options parameters.

Returns

Promise<ExpressRouteLink>

Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.

function list(resourceGroupName: string, expressRoutePortName: string, options?: ExpressRouteLinksListOptionalParams): PagedAsyncIterableIterator<ExpressRouteLink, ExpressRouteLink[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group.

expressRoutePortName

string

The name of the ExpressRoutePort resource.

options
ExpressRouteLinksListOptionalParams

The options parameters.

Returns