CrossConnectionOperationsExtensions Class
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 Express Route API provides programmatic access to the functionality needed by the customer to set up Dedicated Circuits and Dedicated Circuit Links. The Express Route Customer API is a REST API. All API operations are performed over SSL and mutually authenticated using X.509 v3 certificates. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for more information)
public static class CrossConnectionOperationsExtensions
type CrossConnectionOperationsExtensions = class
Public Module CrossConnectionOperationsExtensions
- Inheritance
-
CrossConnectionOperationsExtensions
Methods
BeginNew(ICrossConnectionOperations, String) |
The New Cross Connection operation provisions a cross connection for as dedicated circuit. |
BeginNewAsync(ICrossConnectionOperations, String) |
The New Cross Connection operation provisions a cross connection for as dedicated circuit. |
BeginUpdate(ICrossConnectionOperations, String, CrossConnectionUpdateParameters) |
The Update Cross Connection operation updates an existing cross connection. |
BeginUpdateAsync(ICrossConnectionOperations, String, CrossConnectionUpdateParameters) |
The Update Cross Connection operation updates an existing cross connection. |
Get(ICrossConnectionOperations, String) |
The Get Cross Connection operation retrieves the Cross Connection information for the Dedicated Circuit with the specified service key. |
GetAsync(ICrossConnectionOperations, String) |
The Get Cross Connection operation retrieves the Cross Connection information for the Dedicated Circuit with the specified service key. |
GetOperationStatus(ICrossConnectionOperations, String) |
The Get Express Route operation status gets information on the status of Express Route operations in Windows Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx for more information) |
GetOperationStatusAsync(ICrossConnectionOperations, String) |
The Get Express Route operation status gets information on the status of Express Route operations in Windows Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx for more information) |
List(ICrossConnectionOperations) |
The List Cross Connection operation retrieves a list of cross connections owned by the provider. |
ListAsync(ICrossConnectionOperations) |
The List Cross Connection operation retrieves a list of cross connections owned by the provider. |
New(ICrossConnectionOperations, String) |
The New Cross Connection operation provisions a cross connection for the given azure circuit. |
NewAsync(ICrossConnectionOperations, String) |
The New Cross Connection operation provisions a cross connection for the given azure circuit. |
Update(ICrossConnectionOperations, String, CrossConnectionUpdateParameters) |
The Update Cross Connection operation updates an existing cross connection. |
UpdateAsync(ICrossConnectionOperations, String, CrossConnectionUpdateParameters) |
The Update Cross Connection operation updates an existing cross connection. |
Applies to
Azure SDK for .NET