ExpressRouteLinksOperations interface

Interface representing a ExpressRouteLinks operations.

Properties

get

Retrieves the specified ExpressRouteLink resource.

list

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

Property Details

get

Retrieves the specified ExpressRouteLink resource.

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

Property Value

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

list

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

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

Property Value

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