ICrossConnectionOperations.BeginUpdateAsync Method

Definition

The Update Cross Connection operation updates an existing cross connection.

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

Parameters

serviceKey
String

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

parameters
CrossConnectionUpdateParameters

Parameters supplied to the Update CrossConnection operation.

cancellationToken
CancellationToken

Cancellation token.

Returns

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

Applies to