Freigeben über


RouteMapsOperationsExtensions.ListAsync Methode

Definition

Ruft die Details aller RouteMaps ab.

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

Parameter

operations
IRouteMapsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Ressourcengruppenname der Ressourcengruppe der RouteMap.

virtualHubName
String

Der Name des VirtualHubs, der die RouteMap enthält.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: