IDedicatedCircuitPeeringArpInfoOperations.BeginGetAsync 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 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 à
Azure SDK for .NET