IRouteOperations.GetRouteTableWithDetailsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez la table de routage spécifiée pour cet abonnement.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableResponse> GetRouteTableWithDetailsAsync (string routeTableName, string detailLevel, System.Threading.CancellationToken cancellationToken);
abstract member GetRouteTableWithDetailsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableResponse>
Public Function GetRouteTableWithDetailsAsync (routeTableName As String, detailLevel As String, cancellationToken As CancellationToken) As Task(Of GetRouteTableResponse)
Paramètres
- routeTableName
- String
Nom de la table de routage dans cet abonnement à récupérer.
- detailLevel
- String
Quantité de détails sur la table de routage demandée qui sera retournée.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Réponse de service standard comprenant un code de status HTTP et un ID de requête.
S’applique à
Azure SDK for .NET