CrossConnectionOperationsExtensions.Update Method

Definition

The Update Cross Connection operation updates an existing cross connection.

public static Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatusResponse Update (this Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations operations, string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionUpdateParameters parameters);
static member Update : Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionUpdateParameters -> Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatusResponse
<Extension()>
Public Function Update (operations As ICrossConnectionOperations, serviceKey As String, parameters As CrossConnectionUpdateParameters) As ExpressRouteOperationStatusResponse

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 Bgp Peering operation.

Returns

The response body contains the status of the specified asynchronous operation, indicating whether it has succeeded, is inprogress, or has failed. Note that this status is distinct from the HTTP status code returned for the Get Operation Status operation itself. If the asynchronous operation succeeded, the response body includes the HTTP status code for the successful request. If the asynchronous operation failed, the response body includes the HTTP status code for the failed request, and also includes error information regarding the failure.

Applies to