ICrossConnectionOperations.BeginUpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.