PropagatedRouteTable Class
The list of RouteTables to advertise the routes to.
- Inheritance
-
azure.mgmt.network._serialization.ModelPropagatedRouteTable
Constructor
PropagatedRouteTable(*, labels: List[str] | None = None, ids: List[_models.SubResource] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
labels
|
The list of labels. |
ids
|
The list of resource ids of all the RouteTables. |
Variables
Name | Description |
---|---|
labels
|
The list of labels. |
ids
|
The list of resource ids of all the RouteTables. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python