Freigeben über


RouteTablesOperationsExtensions.GetAsync Methode

Definition

Ruft die angegebene Routingtabelle ab.

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

Parameter

operations
IRouteTablesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

routeTableName
String

Der Name der Routentabelle.

expand
String

Erweitert die referenzierten Ressourcen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: