HubRouteTable Class

RouteTable resource in a virtual hub.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.v2020_04_01.models._models_py3.SubResource
HubRouteTable

Constructor

HubRouteTable(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, routes: typing.Union[typing.List[_ForwardRef('HubRoute')], NoneType] = None, labels: typing.Union[typing.List[str], NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

routes
list[HubRoute]

List of all routes.

labels
list[str]

List of labels associated with this route table.

Variables

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

Resource type.

associated_connections
list[str]

List of all connections associated with this route table.

propagating_connections
list[str]

List of all connections that advertise to this route table.

provisioning_state
str or ProvisioningState

The provisioning state of the RouteTable resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".