RoutesOperationsExtensions Class

Definition

Extension methods for RoutesOperations.

public static class RoutesOperationsExtensions
type RoutesOperationsExtensions = class
Public Module RoutesOperationsExtensions
Inheritance
RoutesOperationsExtensions

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