DedicatedCircuitOperationsExtensions.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 Dedicated Circuit operation updates an existing dedicated circuit.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse> BeginUpdateAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations operations, string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitUpdateParameters parameters);
static member BeginUpdateAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitUpdateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse>
<Extension()>
Public Function BeginUpdateAsync (operations As IDedicatedCircuitOperations, serviceKey As String, parameters As DedicatedCircuitUpdateParameters) As Task(Of ExpressRouteOperationResponse)
Parameters
- operations
- IDedicatedCircuitOperations
Reference to the Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
- serviceKey
- String
Required. Service Key of the circuit being updated
- parameters
- DedicatedCircuitUpdateParameters
Required. Parameters supplied to the Update Dedicated Circuit operation.
Returns
A standard service response including an HTTP status code and request ID.
Applies to
Azure SDK for .NET