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.SubResourceHubRouteTable
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.
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
Resource type.
- provisioning_state
- str or ProvisioningState
The provisioning state of the RouteTable resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for