IRoutesOperations Interface

Definition

RoutesOperations operations.

public interface IRoutesOperations
type IRoutesOperations = interface
Public Interface IRoutesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, Route, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a route in the specified route table.

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

Deletes the specified route from a route table.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, Route, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a route in the specified route table.

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

Deletes the specified route from a route table.

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

Gets the specified route from a route table.

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

Gets all routes in a route table.

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

Gets all routes in a route table.

Extension Methods

BeginCreateOrUpdate(IRoutesOperations, String, String, String, Route)

Creates or updates a route in the specified route table.

BeginCreateOrUpdateAsync(IRoutesOperations, String, String, String, Route, CancellationToken)

Creates or updates a route in the specified route table.

BeginDelete(IRoutesOperations, String, String, String)

Deletes the specified route from a route table.

BeginDeleteAsync(IRoutesOperations, String, String, String, CancellationToken)

Deletes the specified route from a route table.

CreateOrUpdate(IRoutesOperations, String, String, String, Route)

Creates or updates a route in the specified route table.

CreateOrUpdateAsync(IRoutesOperations, String, String, String, Route, CancellationToken)

Creates or updates a route in the specified route table.

Delete(IRoutesOperations, String, String, String)

Deletes the specified route from a route table.

DeleteAsync(IRoutesOperations, String, String, String, CancellationToken)

Deletes the specified route from a route table.

Get(IRoutesOperations, String, String, String)

Gets the specified route from a route table.

GetAsync(IRoutesOperations, String, String, String, CancellationToken)

Gets the specified route from a route table.

List(IRoutesOperations, String, String)

Gets all routes in a route table.

ListAsync(IRoutesOperations, String, String, CancellationToken)

Gets all routes in a route table.

ListNext(IRoutesOperations, String)

Gets all routes in a route table.

ListNextAsync(IRoutesOperations, String, CancellationToken)

Gets all routes in a route table.

Applies to