Freigeben über


RoutesOperationsExtensions.ListAsync Methode

Definition

Ruft alle Routen in einer Routingtabelle ab.

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

Parameter

operations
IRoutesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

routeTableName
String

Der Name der Routentabelle.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: