IExpressRouteLinksOperations Interface
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.
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
Azure SDK for .NET