IDedicatedCircuitLinkOperations Interface

Definition

public interface IDedicatedCircuitLinkOperations
type IDedicatedCircuitLinkOperations = interface
Public Interface IDedicatedCircuitLinkOperations

Methods

BeginNewAsync(String, String, CancellationToken)

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

BeginRemoveAsync(String, String, CancellationToken)

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

GetAsync(String, String, CancellationToken)

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

GetOperationStatusAsync(String, CancellationToken)

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)

ListAsync(String, CancellationToken)

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

NewAsync(String, String, CancellationToken)

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

RemoveAsync(String, String, CancellationToken)

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

Extension 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