ListRoutingIntentResult Class
List of the routing intent result and a URL nextLink to get the next set of results.
- Inheritance
-
azure.mgmt.network._serialization.ModelListRoutingIntentResult
Constructor
ListRoutingIntentResult(*, value: List[_models.RoutingIntent] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
List of RoutingIntent resource. |
next_link
|
URL to get the next set of operation list results if there are any. |
Variables
Name | Description |
---|---|
value
|
List of RoutingIntent resource. |
next_link
|
URL to get the next set of operation list results if there are any. |