Skip to main content

routes

Overview

Nameroutes
TypeResource
Idazure.network.routes

Fields

NameDatatypeDescription
idstringResource ID.
namestringThe name of the resource that is unique within a resource group. This name can be used to access the resource.
etagstringA unique read-only string that changes whenever the resource is updated.
propertiesobjectRoute resource.
typestringThe type of the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, routeName, routeTableName, subscriptionIdGets the specified route from a route table.
listSELECTresourceGroupName, routeTableName, subscriptionIdGets all routes in a route table.
create_or_updateINSERTresourceGroupName, routeName, routeTableName, subscriptionIdCreates or updates a route in the specified route table.
deleteDELETEresourceGroupName, routeName, routeTableName, subscriptionIdDeletes the specified route from a route table.
_listEXECresourceGroupName, routeTableName, subscriptionIdGets all routes in a route table.