Compartilhar via


IDedicatedCircuitPeeringRoutingInfoOperations.GetAsync Método

Definição

A operação Obter Informações de Roteamento de Emparelhamento de Circuito Dedicado recupera as informações do ARP para UM BGP específico.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingInfoGetResponse> 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.DedicatedCircuitPeeringRoutingInfoGetResponse>
Public Function GetAsync (serviceKey As String, accessType As BgpPeeringAccessType, devicePath As DevicePath, cancellationToken As CancellationToken) As Task(Of DedicatedCircuitPeeringRoutingInfoGetResponse)

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

A resposta da operação Obter Informações da Tabela de Rotas de Emparelhamento de Circuito Dedicado.

Aplica-se a