CrossConnectionOperationsExtensions.BeginNew 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 New Cross Connection operation provisions a cross connection for as dedicated circuit.
public static Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse BeginNew (this Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations operations, string serviceKey);
static member BeginNew : Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations * string -> Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse
<Extension()>
Public Function BeginNew (operations As ICrossConnectionOperations, serviceKey As String) As ExpressRouteOperationResponse
Parameters
- operations
- ICrossConnectionOperations
Reference to the Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.
- serviceKey
- String
Required. Service key of the dedicated circuit.
Returns
A standard service response including an HTTP status code and request ID.