ExpressRouteLinks interface
Interface representing a ExpressRouteLinks.
Methods
get(string, string, string, Express |
Retrieves the specified ExpressRouteLink resource. |
list(string, string, Express |
Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource. |
Method Details
get(string, string, string, ExpressRouteLinksGetOptionalParams)
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.
The options parameters.
Returns
Promise<ExpressRouteLink>
list(string, string, ExpressRouteLinksListOptionalParams)
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.
The options parameters.