Freigeben über


HubRouteTablesOperationsExtensions.GetAsync Methode

Definition

Ruft die Details einer RouteTable ab.

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

Parameter

operations
IHubRouteTablesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Ressourcengruppenname des VirtualHub.

virtualHubName
String

Der Name des VirtualHub.

routeTableName
String

Der Name der RouteTable.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: