VirtualHubRouteTableV2 Class
VirtualHubRouteTableV2 Resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceVirtualHubRouteTableV2
Constructor
VirtualHubRouteTableV2(*, id: str | None = None, name: str | None = None, routes: List[_models.VirtualHubRouteV2] | None = None, attached_connections: 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. |
attached_connections
|
List of all connections attached to this route table v2. |
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. |
routes
|
List of all routes. |
attached_connections
|
List of all connections attached to this route table v2. |
provisioning_state
|
The provisioning state of the virtual hub route table v2 resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Azure SDK for Python