RoutesOperationsExtensions Class
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.
Extension methods for RoutesOperations.
public static class RoutesOperationsExtensions
type RoutesOperationsExtensions = class
Public Module RoutesOperationsExtensions
- Inheritance
-
RoutesOperationsExtensions
Methods
BeginCreateOrUpdateAsync(IRoutesOperations, String, String, String, RouteInner, CancellationToken) |
Creates or updates a route in the specified route table. |
BeginDeleteAsync(IRoutesOperations, String, String, String, CancellationToken) |
Deletes the specified route from a route table. |
CreateOrUpdateAsync(IRoutesOperations, String, String, String, RouteInner, CancellationToken) |
Creates or updates a route in the specified route table. |
DeleteAsync(IRoutesOperations, String, String, String, CancellationToken) |
Deletes the specified route from a route table. |
GetAsync(IRoutesOperations, String, String, String, CancellationToken) |
Gets the specified route from a route table. |
ListAsync(IRoutesOperations, String, String, CancellationToken) |
Gets all routes in a route table. |
ListNextAsync(IRoutesOperations, String, CancellationToken) |
Gets all routes in a route table. |
Applies to
Azure SDK for .NET