RouteTablesDelete interface
Methods
| delete(Route |
Deletes the specified route table. |
| get(Route |
Gets the specified route table. |
| patch(Route |
Updates a route table tags. |
| put(Route |
Create or updates a route table in a specified resource group. |
Method Details
delete(RouteTablesDeleteParameters)
Deletes the specified route table.
function delete(options: RouteTablesDeleteParameters): StreamableMethod<RouteTablesDelete200Response | RouteTablesDelete202Response | RouteTablesDelete204Response | RouteTablesDeleteDefaultResponse>
Parameters
- options
- RouteTablesDeleteParameters
Returns
get(RouteTablesGetParameters)
Gets the specified route table.
function get(options: RouteTablesGetParameters): StreamableMethod<RouteTablesGet200Response | RouteTablesGetDefaultResponse>
Parameters
- options
- RouteTablesGetParameters
Returns
patch(RouteTablesUpdateTagsParameters)
Updates a route table tags.
function patch(options: RouteTablesUpdateTagsParameters): StreamableMethod<RouteTablesUpdateTags200Response | RouteTablesUpdateTagsDefaultResponse>
Parameters
- options
- RouteTablesUpdateTagsParameters
Returns
put(RouteTablesCreateOrUpdateParameters)
Create or updates a route table in a specified resource group.
function put(options: RouteTablesCreateOrUpdateParameters): StreamableMethod<RouteTablesCreateOrUpdate200Response | RouteTablesCreateOrUpdate201Response | RouteTablesCreateOrUpdateDefaultResponse>