DedicatedCircuitLinkOperationsExtensions Class

Definition

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 DedicatedCircuitLinkOperationsExtensions
type DedicatedCircuitLinkOperationsExtensions = class
Public Module DedicatedCircuitLinkOperationsExtensions
Inheritance
DedicatedCircuitLinkOperationsExtensions

Methods

BeginNew(IDedicatedCircuitLinkOperations, String, String)

The New Dedicated Circuit Link operation creates a new dedicated circuit link.

BeginNewAsync(IDedicatedCircuitLinkOperations, String, String)

The New Dedicated Circuit Link operation creates a new dedicated circuit link.

BeginRemove(IDedicatedCircuitLinkOperations, String, String)

The Remove Dedicated Circuit Link operation deletes an existing dedicated circuit link.

BeginRemoveAsync(IDedicatedCircuitLinkOperations, String, String)

The Remove Dedicated Circuit Link operation deletes an existing dedicated circuit link.

Get(IDedicatedCircuitLinkOperations, String, String)

The Get Dedicated Circuit Link operation retrieves the specified dedicated circuit link.

GetAsync(IDedicatedCircuitLinkOperations, String, String)

The Get Dedicated Circuit Link operation retrieves the specified dedicated circuit link.

GetOperationStatus(IDedicatedCircuitLinkOperations, 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(IDedicatedCircuitLinkOperations, 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(IDedicatedCircuitLinkOperations, String)

The List Dedicated Circuit Links operation retrieves a list of Vnets that are linked to the circuit with the specified service key.

ListAsync(IDedicatedCircuitLinkOperations, String)

The List Dedicated Circuit Links operation retrieves a list of Vnets that are linked to the circuit with the specified service key.

New(IDedicatedCircuitLinkOperations, String, String)

The New Dedicated Circuit Link operation creates a new dedicated circuit link.

NewAsync(IDedicatedCircuitLinkOperations, String, String)

The New Dedicated Circuit Link operation creates a new dedicated circuit link.

Remove(IDedicatedCircuitLinkOperations, String, String)

The Remove Dedicated Circuit Link operation deletes an existing dedicated circuit link.

RemoveAsync(IDedicatedCircuitLinkOperations, String, String)

The Remove Dedicated Circuit Link operation deletes an existing dedicated circuit link.

Applies to