IRoutesOperations 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.
RoutesOperations operations.
public interface IRoutesOperations
type IRoutesOperations = interface
Public Interface IRoutesOperations
Methods
Extension 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET