Freigeben über


HubRouteTablesOperationsExtensions.ListAsync Methode

Definition

Ruft die Details aller RouteTables ab.

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

Parameter

operations
IHubRouteTablesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Ressourcengruppenname des VirtualHubs.

virtualHubName
String

Der Name des VirtualHub.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: