RoutesOperations interface
Interface representing a Routes operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creates or updates a route in the specified route table. |
| delete | Deletes the specified route from a route table. |
| get | Gets the specified route from a route table. |
| list | Gets all routes in a route table. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, routeTableName: string, routeName: string, routeParameters: Route, options?: RoutesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Route>, Route>>
Property Value
(resourceGroupName: string, routeTableName: string, routeName: string, routeParameters: Route, options?: RoutesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Route>, Route>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, routeTableName: string, routeName: string, routeParameters: Route, options?: RoutesCreateOrUpdateOptionalParams) => Promise<Route>
Property Value
(resourceGroupName: string, routeTableName: string, routeName: string, routeParameters: Route, options?: RoutesCreateOrUpdateOptionalParams) => Promise<Route>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, routeTableName: string, routeName: string, options?: RoutesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, routeTableName: string, routeName: string, options?: RoutesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, routeTableName: string, routeName: string, options?: RoutesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, routeTableName: string, routeName: string, options?: RoutesDeleteOptionalParams) => Promise<void>
createOrUpdate
Creates or updates a route in the specified route table.
createOrUpdate: (resourceGroupName: string, routeTableName: string, routeName: string, routeParameters: Route, options?: RoutesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Route>, Route>
Property Value
(resourceGroupName: string, routeTableName: string, routeName: string, routeParameters: Route, options?: RoutesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Route>, Route>
delete
Deletes the specified route from a route table.
delete: (resourceGroupName: string, routeTableName: string, routeName: string, options?: RoutesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, routeTableName: string, routeName: string, options?: RoutesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets the specified route from a route table.
get: (resourceGroupName: string, routeTableName: string, routeName: string, options?: RoutesGetOptionalParams) => Promise<Route>
Property Value
(resourceGroupName: string, routeTableName: string, routeName: string, options?: RoutesGetOptionalParams) => Promise<Route>
list
Gets all routes in a route table.
list: (resourceGroupName: string, routeTableName: string, options?: RoutesListOptionalParams) => PagedAsyncIterableIterator<Route, Route[], PageSettings>
Property Value
(resourceGroupName: string, routeTableName: string, options?: RoutesListOptionalParams) => PagedAsyncIterableIterator<Route, Route[], PageSettings>