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

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

Retrieves the specified ExpressRouteLink resource.

ListAsync(IExpressRouteLinksOperations, String, String, CancellationToken)

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