Freigeben über


ExpressRouteLinksOperationsExtensions.ListAsync Methode

Definition

Rufen Sie die ExpressRouteLink-Unterressourcen der angegebenen ExpressRoutePort-Ressource ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ExpressRouteLink>> ListAsync (this Microsoft.Azure.Management.Network.IExpressRouteLinksOperations operations, string resourceGroupName, string expressRoutePortName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.IExpressRouteLinksOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ExpressRouteLink>>
<Extension()>
Public Function ListAsync (operations As IExpressRouteLinksOperations, resourceGroupName As String, expressRoutePortName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ExpressRouteLink))

Parameter

operations
IExpressRouteLinksOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

expressRoutePortName
String

Der Name der ExpressRoutePort-Ressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: