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.models._models_py3.SubResourceHubRouteTable
Constructor
HubRouteTable(*, id: str | None = None, name: str | None = None, routes: List[_models.HubRoute] | None = None, labels: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
routes
|
List of all routes. |
labels
|
List of labels associated with this route table. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Resource type. |
routes
|
List of all routes. |
labels
|
List of labels associated with this route table. |
associated_connections
|
List of all connections associated with this route table. |
propagating_connections
|
List of all connections that advertise to this route table. |
provisioning_state
|
The provisioning state of the RouteTable resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python