IExpressRouteLinksOperations Interface

Definition

ExpressRouteLinksOperations operations.

public interface IExpressRouteLinksOperations
type IExpressRouteLinksOperations = interface
Public Interface IExpressRouteLinksOperations

Methods

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the specified ExpressRouteLink resource.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.

Extension Methods

Get(IExpressRouteLinksOperations, String, String, String)

Retrieves the specified ExpressRouteLink resource.

GetAsync(IExpressRouteLinksOperations, String, String, String, CancellationToken)

Retrieves the specified ExpressRouteLink resource.

List(IExpressRouteLinksOperations, String, String)

Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.

ListAsync(IExpressRouteLinksOperations, String, String, CancellationToken)

Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.

ListNext(IExpressRouteLinksOperations, String)

Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.

ListNextAsync(IExpressRouteLinksOperations, String, CancellationToken)

Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.

Applies to