RoutingRuleListResult Class
Routing configuration rule list result.
- Inheritance
-
azure.mgmt.network._serialization.ModelRoutingRuleListResult
Constructor
RoutingRuleListResult(*, value: List[_models.RoutingRule] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
A list of routing rules. |
next_link
|
The URL to get the next set of results. |
Variables
Name | Description |
---|---|
value
|
A list of routing rules. |
next_link
|
The URL to get the next set of results. |