Compartilhar via


IDedicatedCircuitPeeringArpInfoOperations.BeginGetAsync Método

Definição

A operação Get DedicatedCircuitPeeringArpInfo tenta novamente a tabela 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)

Parâmetros

serviceKey
String

A chave de serviço que representa o circuito.

accessType
BgpPeeringAccessType

Se o emparelhamento é privado, público ou microsoft.

devicePath
DevicePath

Se o dispositivo é primário ou secundário.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Aplica-se a