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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET