RouteTablesOperations interface

Interface representing a RouteTables operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Create or updates a route table in a specified resource group.

delete

Deletes the specified route table.

get

Gets the specified route table.

list

Gets all route tables in a resource group.

listAll

Gets all route tables in a subscription.

updateTags

Updates a route table tags.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, routeTableName: string, parameters: RouteTable, options?: RouteTablesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<RouteTable>, RouteTable>>

Property Value

(resourceGroupName: string, routeTableName: string, parameters: RouteTable, options?: RouteTablesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<RouteTable>, RouteTable>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, routeTableName: string, parameters: RouteTable, options?: RouteTablesCreateOrUpdateOptionalParams) => Promise<RouteTable>

Property Value

(resourceGroupName: string, routeTableName: string, parameters: RouteTable, options?: RouteTablesCreateOrUpdateOptionalParams) => Promise<RouteTable>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, routeTableName: string, options?: RouteTablesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, routeTableName: string, options?: RouteTablesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, routeTableName: string, options?: RouteTablesDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, routeTableName: string, options?: RouteTablesDeleteOptionalParams) => Promise<void>

createOrUpdate

Create or updates a route table in a specified resource group.

createOrUpdate: (resourceGroupName: string, routeTableName: string, parameters: RouteTable, options?: RouteTablesCreateOrUpdateOptionalParams) => PollerLike<OperationState<RouteTable>, RouteTable>

Property Value

(resourceGroupName: string, routeTableName: string, parameters: RouteTable, options?: RouteTablesCreateOrUpdateOptionalParams) => PollerLike<OperationState<RouteTable>, RouteTable>

delete

Deletes the specified route table.

delete: (resourceGroupName: string, routeTableName: string, options?: RouteTablesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, routeTableName: string, options?: RouteTablesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gets the specified route table.

get: (resourceGroupName: string, routeTableName: string, options?: RouteTablesGetOptionalParams) => Promise<RouteTable>

Property Value

(resourceGroupName: string, routeTableName: string, options?: RouteTablesGetOptionalParams) => Promise<RouteTable>

list

Gets all route tables in a resource group.

list: (resourceGroupName: string, options?: RouteTablesListOptionalParams) => PagedAsyncIterableIterator<RouteTable, RouteTable[], PageSettings>

Property Value

(resourceGroupName: string, options?: RouteTablesListOptionalParams) => PagedAsyncIterableIterator<RouteTable, RouteTable[], PageSettings>

listAll

Gets all route tables in a subscription.

listAll: (options?: RouteTablesListAllOptionalParams) => PagedAsyncIterableIterator<RouteTable, RouteTable[], PageSettings>

Property Value

(options?: RouteTablesListAllOptionalParams) => PagedAsyncIterableIterator<RouteTable, RouteTable[], PageSettings>

updateTags

Updates a route table tags.

updateTags: (resourceGroupName: string, routeTableName: string, parameters: TagsObject, options?: RouteTablesUpdateTagsOptionalParams) => Promise<RouteTable>

Property Value

(resourceGroupName: string, routeTableName: string, parameters: TagsObject, options?: RouteTablesUpdateTagsOptionalParams) => Promise<RouteTable>