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