CrossConnectionOperationsExtensions.BeginUpdateAsync Method

Definition

The Update Cross Connection operation updates an existing cross connection.

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

Parameters

operations
ICrossConnectionOperations

Reference to the Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.

serviceKey
String

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

parameters
CrossConnectionUpdateParameters

Required. Parameters supplied to the Update CrossConnection operation.

Returns

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

Applies to