IRouteOperations.GetRouteTableForSubnetAsync 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 le sous-réseau fourni dans le réseau virtuel fourni dans cet abonnement.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableForSubnetResponse> GetRouteTableForSubnetAsync (string vnetName, string subnetName, System.Threading.CancellationToken cancellationToken);
abstract member GetRouteTableForSubnetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableForSubnetResponse>
Public Function GetRouteTableForSubnetAsync (vnetName As String, subnetName As String, cancellationToken As CancellationToken) As Task(Of GetRouteTableForSubnetResponse)
Paramètres
- vnetName
- String
Nom du réseau virtuel qui contient le sous-réseau fourni.
- subnetName
- String
Nom du sous-réseau.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Réponse de service standard comprenant un code de status HTTP et un ID de demande.
S’applique à
Azure SDK for .NET