IBorderGatewayProtocolPeeringOperations.BeginUpdateAsync Method

Definition

The Update Border Gateway Protocol Peering operation updates an existing bgp peering.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse> BeginUpdateAsync (string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member BeginUpdateAsync : string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse>
Public Function BeginUpdateAsync (serviceKey As String, accessType As BgpPeeringAccessType, parameters As BorderGatewayProtocolPeeringUpdateParameters, cancellationToken As CancellationToken) As Task(Of ExpressRouteOperationResponse)

Parameters

serviceKey
String

The service key representing the relationship between Azure and the customer.

accessType
BgpPeeringAccessType

Whether the peering is private or public.

parameters
BorderGatewayProtocolPeeringUpdateParameters

Parameters supplied to the Update Border Gateway Protocol Peering operation.

cancellationToken
CancellationToken

Cancellation token.

Returns

A standard service response including an HTTP status code and request ID.

Applies to