VirtualHubRouteTableV2 Class

VirtualHubRouteTableV2 Resource.

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

Inheritance
azure.mgmt.network.v2019_09_01.models._models_py3.SubResource
VirtualHubRouteTableV2

Constructor

VirtualHubRouteTableV2(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, routes: typing.Union[typing.List[_ForwardRef('VirtualHubRouteV2')], NoneType] = None, attached_connections: 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[VirtualHubRouteV2]

List of all routes.

attached_connections
list[str]

List of all connections attached to this route table v2.

Variables

etag
str

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

provisioning_state
str or ProvisioningState

The provisioning state of the virtual hub route table v2 resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".