Partager via


IDedicatedCircuitPeeringArpInfoOperations.BeginGetAsync Méthode

Définition

L’opération Get DedicatedCircuitPeeringArpInfo retente la table ARP.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse> BeginGetAsync (string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath devicePath, System.Threading.CancellationToken cancellationToken);
abstract member BeginGetAsync : 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.ExpressRouteOperationResponse>
Public Function BeginGetAsync (serviceKey As String, accessType As BgpPeeringAccessType, devicePath As DevicePath, cancellationToken As CancellationToken) As Task(Of ExpressRouteOperationResponse)

Paramètres

serviceKey
String

Clé de service représentant le circuit.

accessType
BgpPeeringAccessType

Indique si le peering est privé, public ou microsoft.

devicePath
DevicePath

Indique si l’appareil est principal ou secondaire.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Réponse de service standard comprenant un code de status HTTP et un ID de demande.

S’applique à