DedicatedCircuitPeeringRoutingSummaryOperationsExtensions.Get 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.
L’opération Get Dedicated Circuit Peering routeTableSummary récupère les informations ARP pour des BGP spécifiques.
public static Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingSummaryGetResponse Get (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingSummaryOperations operations, string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath devicePath);
static member Get : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingSummaryOperations * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType * Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath -> Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingSummaryGetResponse
<Extension()>
Public Function Get (operations As IDedicatedCircuitPeeringRoutingSummaryOperations, serviceKey As String, accessType As BgpPeeringAccessType, devicePath As DevicePath) As DedicatedCircuitPeeringRoutingSummaryGetResponse
Paramètres
Référence à Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingSummaryOperations.
- serviceKey
- String
Obligatoire. Clé de service représentant le circuit.
- accessType
- BgpPeeringAccessType
Obligatoire. Indique si le peering est privé, public ou microsoft.
- devicePath
- DevicePath
Obligatoire. Indique si l’appareil est principal ou secondaire.
Retours
Réponse de l’opération Obtenir le résumé de l’opération de routage de peering dédié.
S’applique à
Azure SDK for .NET