Partager via


RouteOperationsExtensions.GetRouteTableAsync(IRouteOperations, String) Méthode

Définition

Obtenez la table de routage spécifiée pour cet abonnement.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableResponse> GetRouteTableAsync (this Microsoft.WindowsAzure.Management.Network.IRouteOperations operations, string routeTableName);
static member GetRouteTableAsync : Microsoft.WindowsAzure.Management.Network.IRouteOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableResponse>
<Extension()>
Public Function GetRouteTableAsync (operations As IRouteOperations, routeTableName As String) As Task(Of GetRouteTableResponse)

Paramètres

operations
IRouteOperations

Référence à Microsoft.WindowsAzure.Management.Network.IRouteOperations.

routeTableName
String

Obligatoire. Nom de la table de routage dans cet abonnement à récupérer.

Retours

Réponse de service standard comprenant un code de status HTTP et un ID de demande.

S’applique à