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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python