ExpressRouteLinks interface
ExpressRouteLinks-et képviselő felület.
Metódusok
| get(string, string, string, Express |
Lekéri a megadott ExpressRouteLink-erőforrást. |
| list(string, string, Express |
Kérje le a megadott ExpressRoutePort-erőforrás ExpressRouteLink alerőforrásait. |
Metódus adatai
get(string, string, string, ExpressRouteLinksGetOptionalParams)
Lekéri a megadott ExpressRouteLink-erőforrást.
function get(resourceGroupName: string, expressRoutePortName: string, linkName: string, options?: ExpressRouteLinksGetOptionalParams): Promise<ExpressRouteLink>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- expressRoutePortName
-
string
Az ExpressRoutePort-erőforrás neve.
- linkName
-
string
Az ExpressRouteLink-erőforrás neve.
A beállítások paraméterei.
Válaszok
Promise<ExpressRouteLink>
list(string, string, ExpressRouteLinksListOptionalParams)
Kérje le a megadott ExpressRoutePort-erőforrás ExpressRouteLink alerőforrásait.
function list(resourceGroupName: string, expressRoutePortName: string, options?: ExpressRouteLinksListOptionalParams): PagedAsyncIterableIterator<ExpressRouteLink, ExpressRouteLink[], PageSettings>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- expressRoutePortName
-
string
Az ExpressRoutePort-erőforrás neve.
A beállítások paraméterei.