Compartilhar via


BorderGatewayProtocolPeeringOperationsExtensions.GetAsync Método

Definição

A operação Obter Emparelhamento de Protocolo de Gateway de Borda recupera o emparelhamento bgp para o circuito dedicado com a chave de serviço especificada.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations operations, string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType);
static member GetAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringGetResponse>
<Extension()>
Public Function GetAsync (operations As IBorderGatewayProtocolPeeringOperations, serviceKey As String, accessType As BgpPeeringAccessType) As Task(Of BorderGatewayProtocolPeeringGetResponse)

Parâmetros

operations
IBorderGatewayProtocolPeeringOperations

Referência ao Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.

serviceKey
String

Obrigatórios. A chave de serviço que representa o circuito dedicado.

accessType
BgpPeeringAccessType

Obrigatórios. Se o emparelhamento é privado ou público.

Retornos

A resposta da operação de emparelhamento obter protocolo de gateway de borda.

Aplica-se a