Skip to main content

hub_route_tables

Overview

Namehub_route_tables
TypeResource
Idazure.network.hub_route_tables

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.
propertiesobjectParameters for RouteTable.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, routeTableName, subscriptionId, virtualHubNameRetrieves the details of a RouteTable.
listSELECTresourceGroupName, subscriptionId, virtualHubNameRetrieves the details of all RouteTables.
create_or_updateINSERTresourceGroupName, routeTableName, subscriptionId, virtualHubNameCreates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
deleteDELETEresourceGroupName, routeTableName, subscriptionId, virtualHubNameDeletes a RouteTable.
_listEXECresourceGroupName, subscriptionId, virtualHubNameRetrieves the details of all RouteTables.