CrossConnectionOperationsExtensions.BeginUpdate Method

Definition

The Update Cross Connection operation updates an existing cross connection.

public static Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse BeginUpdate (this Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations operations, string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionUpdateParameters parameters);
static member BeginUpdate : Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionUpdateParameters -> Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse
<Extension()>
Public Function BeginUpdate (operations As ICrossConnectionOperations, serviceKey As String, parameters As CrossConnectionUpdateParameters) As 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