Compartilhar via


RoutingRuleListResult Class

Routing configuration rule list result.

Inheritance
azure.mgmt.network._serialization.Model
RoutingRuleListResult

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
str

The URL to get the next set of results.

Variables

Name Description
value

A list of routing rules.

next_link
str

The URL to get the next set of results.