Partager via


RouteOperationsExtensions.GetRouteTableWithDetails Méthode

Définition

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

public static Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableResponse GetRouteTableWithDetails (this Microsoft.WindowsAzure.Management.Network.IRouteOperations operations, string routeTableName, string detailLevel);
static member GetRouteTableWithDetails : Microsoft.WindowsAzure.Management.Network.IRouteOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableResponse
<Extension()>
Public Function GetRouteTableWithDetails (operations As IRouteOperations, routeTableName As String, detailLevel As String) As 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.

detailLevel
String

Obligatoire. Quantité de détails sur la table de routage demandée qui sera retournée.

Retours

Réponse de service standard comprenant un code de status HTTP et un ID de requête.

S’applique à