Partager via


IDedicatedCircuitPeeringRoutingSummaryOperations.GetAsync Méthode

Définition

L’opération Get Dedicated Circuit Peering routeTableSummary récupère les informations ARP pour un BGP spécifique.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingSummaryGetResponse> GetAsync(string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath devicePath, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType * Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingSummaryGetResponse>
Public Function GetAsync (serviceKey As String, accessType As BgpPeeringAccessType, devicePath As DevicePath, cancellationToken As CancellationToken) As Task(Of DedicatedCircuitPeeringRoutingSummaryGetResponse)

Paramètres

serviceKey
String

Clé de service représentant le circuit.

accessType
BgpPeeringAccessType

Si le peering est privé ou public ou microsoft.

devicePath
DevicePath

Indique si l’appareil est principal ou secondaire.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Réponse de l’opération Obtenir le résumé de l’opération de routage de peering de circuit dédié.

S’applique à