IRouteMapsOperations Interface

Definition

RouteMapsOperations operations.

public interface IRouteMapsOperations
type IRouteMapsOperations = interface
Public Interface IRouteMapsOperations

Methods

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

Creates a RouteMap if it doesn't exist else updates the existing one.

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

Deletes a RouteMap.

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

Creates a RouteMap if it doesn't exist else updates the existing one.

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

Deletes a RouteMap.

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

Retrieves the details of a RouteMap.

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

Retrieves the details of all RouteMaps.

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

Retrieves the details of all RouteMaps.

Extension Methods

BeginCreateOrUpdate(IRouteMapsOperations, String, String, String, RouteMap)

Creates a RouteMap if it doesn't exist else updates the existing one.

BeginCreateOrUpdateAsync(IRouteMapsOperations, String, String, String, RouteMap, CancellationToken)

Creates a RouteMap if it doesn't exist else updates the existing one.

BeginDelete(IRouteMapsOperations, String, String, String)

Deletes a RouteMap.

BeginDeleteAsync(IRouteMapsOperations, String, String, String, CancellationToken)

Deletes a RouteMap.

CreateOrUpdate(IRouteMapsOperations, String, String, String, RouteMap)

Creates a RouteMap if it doesn't exist else updates the existing one.

CreateOrUpdateAsync(IRouteMapsOperations, String, String, String, RouteMap, CancellationToken)

Creates a RouteMap if it doesn't exist else updates the existing one.

Delete(IRouteMapsOperations, String, String, String)

Deletes a RouteMap.

DeleteAsync(IRouteMapsOperations, String, String, String, CancellationToken)

Deletes a RouteMap.

Get(IRouteMapsOperations, String, String, String)

Retrieves the details of a RouteMap.

GetAsync(IRouteMapsOperations, String, String, String, CancellationToken)

Retrieves the details of a RouteMap.

List(IRouteMapsOperations, String, String)

Retrieves the details of all RouteMaps.

ListAsync(IRouteMapsOperations, String, String, CancellationToken)

Retrieves the details of all RouteMaps.

ListNext(IRouteMapsOperations, String)

Retrieves the details of all RouteMaps.

ListNextAsync(IRouteMapsOperations, String, CancellationToken)

Retrieves the details of all RouteMaps.

Applies to