GatewayRouteListResult Class
List of virtual network gateway routes.
- Inheritance
-
azure.mgmt.network._serialization.ModelGatewayRouteListResult
Constructor
GatewayRouteListResult(*, value: List[_models.GatewayRoute] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
List of gateway routes. |
Variables
Name | Description |
---|---|
value
|
List of gateway routes. |
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