ExpressRouteCrossConnectionsOperationsExtensions.ListArpTable 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.
Obtient la table ARP actuellement annoncée associée à la connexion croisée express route dans un groupe de ressources.
public static Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitsArpTableListResult ListArpTable (this Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionsOperations operations, string resourceGroupName, string crossConnectionName, string peeringName, string devicePath);
static member ListArpTable : Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionsOperations * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitsArpTableListResult
<Extension()>
Public Function ListArpTable (operations As IExpressRouteCrossConnectionsOperations, resourceGroupName As String, crossConnectionName As String, peeringName As String, devicePath As String) As ExpressRouteCircuitsArpTableListResult
Paramètres
- operations
- IExpressRouteCrossConnectionsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- crossConnectionName
- String
Nom d’ExpressRouteCrossConnection.
- peeringName
- String
Nom du peering.
- devicePath
- String
Chemin d’accès de l’appareil.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET